How to Use Claude Projects with Custom Instructions and Knowledge Files to Build a Brand Voice Assistant

Build a Persistent Brand Voice Assistant with Claude Projects

Marketing teams struggle with consistency. Every piece of content—emails, social posts, landing pages—needs to sound like it came from the same voice. Claude Projects solves this by letting you create a persistent AI workspace loaded with your brand guidelines, style guides, and reference materials. Instead of re-explaining your brand in every conversation, you configure it once and your entire team benefits. This guide walks you through setting up a Claude Project that acts as a dedicated brand voice assistant, complete with custom instructions, uploaded knowledge files, and team collaboration workflows.

Prerequisites

  • A Claude Pro, Team, or Enterprise plan (Projects require a paid plan)- Your brand style guide document (PDF, TXT, or DOCX format)- Existing content samples that exemplify your brand voice (at least 5–10 pieces)- Access to the Claude web interface at claude.ai

Step-by-Step Setup

Step 1: Create a New Project

  • Log in to claude.ai and click Projects in the left sidebar.- Click Create Project and name it something descriptive, such as Brand Voice Assistant – [Your Company].- Add a description: “Persistent brand voice assistant for the marketing team. Generates on-brand content across all channels.”

Step 2: Upload Knowledge Files

Knowledge files give Claude persistent context about your brand without eating into your conversation’s context window. Upload the following:

File TypeExample FilenamePurpose
Brand Style Guidebrand-style-guide-2026.pdfTone, voice attributes, do's and don'ts
Content Samplesapproved-blog-posts.txtExamples of on-brand writing
Terminology Glossaryglossary-and-naming.csvProduct names, banned words, preferred terms
Audience Personasbuyer-personas.pdfTarget audience profiles and messaging angles
Competitor Positioningcompetitive-messaging.docxDifferentiation points and claims to avoid
To upload, click the **Project Knowledge** section and drag your files in. Claude supports PDF, TXT, DOCX, CSV, and other common formats. The combined knowledge limit is approximately 200,000 tokens (roughly 500 pages).

Step 3: Write Custom Instructions

Custom instructions are the core of your brand voice assistant. Click Edit Project Instructions and paste a structured prompt like the following: You are the official brand voice assistant for [Company Name].

CORE VOICE ATTRIBUTES:

  • Tone: Confident but approachable. Never arrogant.
  • Style: Clear, concise, jargon-free. Favor active voice.
  • Personality: Helpful expert who simplifies complex topics.

RULES:

  1. Always refer to the uploaded brand style guide before generating content.
  2. Use approved terminology from the glossary. Never use banned terms.
  3. Match content to the specified audience persona when one is provided.
  4. Default to the “Marketing Professional” persona if none is specified.
  5. Include a CTA in every piece of content unless told otherwise.
  6. Keep paragraphs under 3 sentences for digital content.
  7. Do not make claims about competitors by name unless referencing the competitive positioning document.

OUTPUT FORMAT:

  • Start every response with a one-line summary of what you produced.
  • End with a “Brand Check” section listing: tone score (1-5), terminology compliance (pass/fail), and any flags.

When asked to review existing content, provide specific line-level feedback referencing the style guide.

Step 4: Test with Real Scenarios

Start a new conversation inside your project and run through common marketing tasks: Prompt: "Write a LinkedIn post announcing our new API integration with Salesforce. Target audience: enterprise IT leaders. Keep it under 200 words."

Verify the output against your style guide. Then test a review scenario: Prompt: "Review this email subject line for brand compliance: 'You NEED to see this!! Revolutionary AI that will BLOW YOUR MIND'"

Claude should flag the all-caps, hyperbolic language, and exclamation marks based on your uploaded guidelines.

Step 5: Invite Your Team

On Team and Enterprise plans, click the Share button in your project and invite team members by email. Everyone who joins the project gets access to the same knowledge files and custom instructions, ensuring consistent outputs across the team.

Step 6: Integrate with the API (Optional)

For programmatic access, use the Claude API with system prompts that mirror your project instructions: import anthropic

client = anthropic.Anthropic(api_key=“YOUR_API_KEY”)

brand_system_prompt = open(“brand-instructions.txt”).read()

message = client.messages.create( model=“claude-sonnet-4-6”, max_tokens=1024, system=brand_system_prompt, messages=[ { “role”: “user”, “content”: “Write a product launch email for our Q2 feature release. Audience: existing customers.” } ] )

print(message.content[0].text)

Install the SDK first: pip install anthropic

Pro Tips for Power Users

  • Version your instructions: Keep a dated changelog at the top of your custom instructions so team members know what changed and when.- Create sub-projects by channel: Make separate projects for Email, Social Media, and Blog content. Each inherits the core brand guide but has channel-specific instructions (character limits, hashtag rules, etc.).- Use starred conversations: Star conversations that produced exceptional outputs. They serve as reference points for the team.- Prompt templates: Include reusable prompt templates directly in your custom instructions using a labeled format like [TEMPLATE: Product Launch Email] so any team member can invoke them by name.- Structured glossary files: Format your glossary as CSV with columns for approved_term, banned_alternatives, context_note. Claude parses structured data more reliably than prose.- Periodic knowledge refresh: Update uploaded files quarterly to reflect new products, updated messaging, and retired campaigns.

Troubleshooting Common Issues

ProblemCauseSolution
Claude ignores the style guideInstructions are too vague or buried in long textMove the most critical rules to the top of your custom instructions. Use numbered rules and bold key terms.
Outputs sound genericNot enough exemplar content uploadedUpload 10+ approved content samples. Include a mix of channels (email, blog, social).
Knowledge file upload failsFile exceeds size limit or is in unsupported formatConvert to PDF or TXT. Split large files into smaller chunks under 10MB each.
Team members see different behaviorConversations started before instruction updatesStart a new conversation after updating project instructions. Existing threads use the instructions from when they were created.
API responses differ from web UISystem prompt doesn't match project instructionsExport your project instructions and use them verbatim as the API system prompt.
## Content Types You Can Generate - Blog posts and thought leadership articles- Email campaigns (welcome series, nurture sequences, announcements)- Social media posts (LinkedIn, X/Twitter, Instagram captions)- Product descriptions and feature announcements- Ad copy (search, display, social)- Press releases and media pitches- Internal communications and executive talking points ## Frequently Asked Questions

Can I use Claude Projects on the free plan?

No. Projects are available on Claude Pro ($20/month), Team ($30/user/month), and Enterprise plans. The free tier does not support Projects, custom instructions, or knowledge file uploads. If you only need basic brand guidance, you can manually paste a shorter system prompt at the start of each conversation, but you lose persistence and team sharing.

How many knowledge files can I upload to a single project?

Claude Projects support a combined knowledge base of approximately 200,000 tokens, which is roughly equivalent to 500 pages of text. There is no hard limit on the number of individual files, but each file must be under the per-file size limit. For best results, consolidate related content into fewer, well-organized files rather than uploading dozens of small fragments.

Will Claude always follow my custom instructions exactly?

Claude treats custom instructions as strong guidance, but very long or contradictory instructions may cause inconsistencies. To maximize compliance, keep instructions concise and prioritized, put the most important rules first, and test edge cases before rolling out to the full team. Including explicit examples of desired and undesired outputs directly in your instructions significantly improves adherence.

Explore More Tools

Grok Best Practices for Academic Research and Literature Discovery: Leveraging X/Twitter for Scholarly Intelligence Best Practices Grok Best Practices for Content Strategy: Identify Trending Topics Before They Peak and Create Content That Captures Demand Best Practices Grok Case Study: How a DTC Beauty Brand Used Real-Time Social Listening to Save Their Product Launch Case Study Grok Case Study: How a Pharma Company Tracked Patient Sentiment During a Drug Launch and Caught a Safety Signal 48 Hours Before the FDA Case Study Grok Case Study: How a Disaster Relief Nonprofit Used Real-Time X/Twitter Monitoring to Coordinate Emergency Response 3x Faster Case Study Grok Case Study: How a Political Campaign Used X/Twitter Sentiment Analysis to Reshape Messaging and Win a Swing District Case Study How to Use Grok for Competitive Intelligence: Track Product Launches, Pricing Changes, and Market Positioning in Real Time How-To Grok vs Perplexity vs ChatGPT Search for Real-Time Information: Which AI Search Tool Is Most Accurate in 2026? Comparison How to Use Grok for Crisis Communication Monitoring: Detect, Assess, and Respond to PR Emergencies in Real Time How-To How to Use Grok for Product Improvement: Extract Customer Feedback Signals from X/Twitter That Your Support Team Misses How-To How to Use Grok for Conference Live Monitoring: Extract Event Insights and Identify Networking Opportunities in Real Time How-To How to Use Grok for Influencer Marketing: Discover, Vet, and Track Influencer Partnerships Using Real X/Twitter Data How-To How to Use Grok for Job Market Analysis: Track Industry Hiring Trends, Layoff Signals, and Salary Discussions on X/Twitter How-To How to Use Grok for Investor Relations: Track Earnings Sentiment, Analyst Reactions, and Shareholder Concerns in Real Time How-To How to Use Grok for Recruitment and Talent Intelligence: Identifying Hiring Signals from X/Twitter Data How-To How to Use Grok for Startup Fundraising Intelligence: Track Investor Sentiment, VC Activity, and Funding Trends on X/Twitter How-To How to Use Grok for Regulatory Compliance Monitoring: Real-Time Policy Tracking Across Industries How-To NotebookLM Best Practices for Financial Analysts: Due Diligence, Investment Research & Risk Factor Analysis Across SEC Filings Best Practices NotebookLM Best Practices for Teachers: Build Curriculum-Aligned Lesson Plans, Study Guides, and Assessment Materials from Your Own Resources Best Practices NotebookLM Case Study: How an Insurance Company Built a Claims Processing Training System That Cut Errors by 35% Case Study