Rubric
Contents — domains, guide and mocks

Configuring a Project

CCAO-F 5.116 min read · checked 21 September 2026

Task statementConfigure Claude Projects with instructions and knowledge sources

What a Project is made of

The Projectone body of work, one workspace
  • Instructionshow Claude should behave in every chat here
  • Knowledgedocuments, text and files the work needs
  • Chatsconversations kept together, not scattered
  • Project memoryits own memory space, separate from other work
  • Sharingview or edit access, on Team and Enterprise
Instructions and knowledge are configured once and apply to every chat in the Project. The chats and the project memory accumulate as work happens.

Creating one, and what Claude can actually see

Anthropic describes Projects as self-contained workspaces with their own chat histories and knowledge bases. They are available on every plan, including Free, where you can create up to five. You create one from the Projects area with “+ New Project”, give it a name and a description, and on Team and Enterprise plans choose whether it is private or visible to the organisation.

Instructions are set with “Set project instructions”, and they apply to every chat started inside that Project. Knowledge is added with the “+” button on the project’s main page: documents, text files, and snippets you paste in. Both are configured once and then quietly do their work each time anyone opens a new chat in the room.

Instructions: the standing brief

Project instructions answer a single question: what should be true of every answer produced in this Project, regardless of the specific task? That is a narrower question than it sounds, and the narrowness is what keeps instructions useful. Anything that applies only to one task belongs in that task’s prompt. Anything that applies to all your work everywhere belongs in your account-level instructions instead — the layering is covered in 5.3.

Project instructions, weak and strong

Too vague to change anythingtext

This project is for our marketing team.
Be helpful and write in our brand voice.

Changes every answer in the Projecttext

This Project produces campaign copy for
a B2B software firm selling to finance
teams at mid-sized companies.

Always: product names and capitals
from the brand guide here; plain
language; UK spelling and dates.

Never: a customer result that is not
in the approved claims document; a
name not on the reference list.

If the knowledge here does not cover
something, say "not covered in project
knowledge" rather than filling the gap.
The strong version states the audience, the standing rules, the sources to use, and — most valuably — what to do when the knowledge does not cover something.

Four habits make instructions work. Write what to do rather than what to avoid, because positive instructions give Claude something to aim at. Say why a rule exists when the reason is not obvious, since Claude generalises from explanations. Keep them short enough that a new colleague would read them. And include one instruction about gaps — something that turns “the knowledge does not say” into a visible line rather than an invented answer.

Knowledge: what to put on the shelf

Project knowledge is the material every chat in this Project might need. The limits are worth knowing precisely: files added to a project are capped at 30MB each — smaller than the 500MB allowed for a file uploaded into a single chat — and the number of files is not capped, but the total content has to fit within Claude’s context window. Supported document formats include PDF, DOCX, CSV, TXT, HTML, ODT, RTF, EPUB and JSON, with XLSX requiring code execution and file creation to be enabled.

How the content is read matters as much as whether it fits. PDFs of up to 100 pages are analysed for both text and visual elements such as charts; longer ones, up to a 1,000-page limit, are processed as text only. For formats such as Word documents Claude extracts text only and cannot interpret embedded images — so a policy whose key table is a screenshot is, in effect, not in your knowledge base at all.

Does this document belong in project knowledge?

How often will chats in this Project need this file?
  • Most chats, stable content
    Project knowledgethe shelf it is worth briefing
  • This one task only
    Upload in the chatup to 20 files per chat
  • Changes constantly
    Connectorread the live source instead — 5.2
  • Superseded or unclear
    Leave it outa stale file is worse than none
The test is whether most chats in this Project need it. Everything else is a chat upload, or a connector, or nothing.

The last branch deserves emphasis because it is the mistake teams make when they are being thorough. Loading last year’s handbook alongside this year’s does not give Claude more context; it gives it two conflicting sources with no way to tell which governs. The same goes for three drafts of the same policy. Curate deliberately: one current version of each thing, dated in the filename where versions matter.

What happens when the shelf gets full

On the paid plans — Pro, Max, Team and Enterprise — Claude handles a large knowledge base differently. When a project’s knowledge approaches or exceeds the context window, retrieval-augmented generation switches on automatically, expanding capacity by up to ten times. Instead of holding every document at once, Claude uses a project knowledge search tool to find the most relevant passages for your question. You will see it searching, and no configuration is required; if the knowledge shrinks below the threshold, the Project can revert to the standard approach.

This changes how you should write and name things. Anthropic’s guidance for RAG-mode projects is to upload comprehensive material up front, use clear descriptive filenames, group related documents together, and name the specific document in your question when you know which one holds the answer. The same instinct appears in Anthropic’s long-context prompting guidance, which recommends asking Claude to quote the relevant passages before answering, so the answer is anchored to text you can check.

Is this Project ready for other people?

  • Passes: Scope is one body of work, not a whole departmentcampaign copy, not all of marketing
  • Passes: Instructions state audience, standing rules and what to do about gaps
  • Check: Context is in the instructions, not only the descriptionClaude cannot read the name or description
  • Fails: Only current versions are in knowledgelast year’s claims document is still there
  • Passes: Filenames describe contents and dateshelps retrieval once RAG is active
  • Passes: Tested with a real task before sharing
  • Missing: The team has been told what is in itnobody has seen the instructions
Most of these take ten minutes at setup and save a fortnight of confusion. The failing item here is the one that quietly poisons answers.

Two final points of scope. Sharing a Project with colleagues, with view or edit permissions, is a Team and Enterprise capability, and administrators can disable sharing entirely. And each Project keeps its own memory space and its own project summary, separate from your other work — which is part of why a Project is the right container for a body of work rather than a folder of chats. Keeping all of this current over time is 5.4.

Traps the wrong answers are built from

Tempting but wrongDo this instead
Repeating the standing context in every promptPut anything true of every chat in the Project into the project instructions.
Putting essential context in the project descriptionClaude cannot see the name or description; state it in the instructions.
Uploading everything the team has, including old versionsCurate one current version of each document, named clearly and dated.
Creating one giant Project for a whole departmentScope a Project to one body of work so its instructions and knowledge stay coherent.
Assuming every part of a document was readCheck the format limits — long PDFs are text only, and embedded images in Word files are not read.

You should now be able to

  • Create a Project and set instructions that apply to every chat within it.
  • Decide what belongs in project instructions, in a single prompt, or in account-level instructions.
  • Curate project knowledge to current, clearly named documents within the file limits.
  • Explain how RAG mode changes retrieval in a large project and how to name files for it.
  • Write an instruction that makes uncovered questions visible instead of invented.
  • Check a Project’s readiness before sharing it with a team.

Practice questions

Original questions written for this lesson, in the exam’s style. Answer first, then open the reasoning — every option is explained, including why the wrong ones are tempting.

  1. Question 1

    A legal operations manager sets up a Project for contract reviews. She writes a detailed description explaining that the team handles only UK contracts and that US precedents must never be cited, then adds the contract templates as knowledge.

    What is the most important problem with this setup?

    1. AThe templates should have been uploaded to individual chats instead.
    2. BClaude cannot read the project description, so the UK-only rule has no effect.
    3. CThe Project should be private rather than shared with the team.
    4. DContract review is too sensitive a use for a Project.
    Show answer and reasoning
    1. AIncorrect. Templates needed by most chats in the Project are exactly what project knowledge is for.
    2. BCorrect. Anthropic states the name and description are not available to Claude; standing rules must go in the project instructions.
    3. CIncorrect. Visibility is a separate decision and does not affect whether the jurisdiction rule reaches Claude.
    4. DIncorrect. Sensitivity is governed by your organisation’s policy and plan, not by whether a Project is used.
  2. Question 2

    An HR team’s Project contains 60 documents, including the current handbook, the two previous versions, and several drafts. Answers about leave entitlements have started to contradict each other between chats.

    What is the best first action?

    1. AAdd an instruction telling Claude to always use the newest document.
    2. BMove the handbooks out of knowledge and paste the relevant section into each chat.
    3. CRemove the superseded versions and drafts, keeping one current handbook.
    4. DSplit the Project into one Project per document.
    Show answer and reasoning
    1. AIncorrect. Claude cannot reliably tell which file is newest, and the conflicting versions remain available to retrieval.
    2. BIncorrect. It abandons the benefit of the Project and reintroduces the inconsistency between people pasting different sections.
    3. CCorrect. Contradictory answers come from contradictory sources; curating to one current version removes the cause.
    4. DIncorrect. It fragments a single body of work and makes cross-document questions impossible to answer.
  3. Question 3

    A finance team’s Project has grown to several hundred pages of policy and procedure on a Team plan. Claude has started visibly searching the project knowledge before answering, which the team had not seen before.

    What does this indicate? (Select 2.)

    1. ARetrieval-augmented generation has activated because the knowledge approaches the context limit.
    2. BClear, descriptive filenames and naming the document in a question now help more.
    3. CThe team has exceeded the maximum number of files allowed in a Project.
    4. DThe Project must be split before Claude can answer reliably.
    5. EProject knowledge is no longer used and Claude is searching the web.
    6. FThe team must manually enable RAG in the Project settings.
    Show answer and reasoning
    1. ACorrect. On paid plans, RAG switches on automatically near the context window limit and uses a project knowledge search tool.
    2. BCorrect. With retrieval in play, Anthropic’s guidance is to name files descriptively and point to the specific document when you know it.
    3. CIncorrect. The number of files is not capped; the constraint is that the total content must fit within the context window.
    4. DIncorrect. Splitting may help coherence, but the search behaviour is expected capacity expansion, not a failure.
    5. EIncorrect. The search shown is over the Project’s own knowledge, not the public web.
    6. FIncorrect. Anthropic states it operates automatically without configuration.
  4. Question 4

    A procurement analyst wants a Project to answer supplier questions from a 300-page supplier manual PDF whose key terms are in tables and charts, plus a spreadsheet of current rates that changes weekly.

    Which setup best fits the material?

    1. APut both in project knowledge and rely on Claude to read them as they are.
    2. BKeep the manual in knowledge, add the key tables in a readable form, and read the rates live via a connector.
    3. CUpload both files into each chat as needed rather than using a Project.
    4. DSplit the manual into 30 ten-page PDFs so all visual elements are read.
    Show answer and reasoning
    1. AIncorrect. A 300-page PDF is processed as text only, and a weekly spreadsheet in knowledge is stale within days.
    2. BCorrect. It respects the PDF processing limit and keeps fast-changing data at its live source rather than as a snapshot.
    3. CIncorrect. It works once per chat but loses the shared instructions and the consistent knowledge the team needs.
    4. DIncorrect. Splitting addresses the page threshold but creates a fragmented knowledge base and still leaves the weekly rates stale.

Sources

Drafted with AI assistance and checked against the sources above; expert review is in progress. Spotted an error? Tell us and it gets fixed, dated and listed on how this is written.