> ## Documentation Index
> Fetch the complete documentation index at: https://academy.pathfindr.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Challenge

> Put what you have learned into practice. Complete one or more of the following tasks.

<AccordionGroup>
  <Accordion title="Challenge 1: Generate your agent idea" icon="wand-magic-sparkles">
    <iframe src="https://agent-idea-generator-274973762807.us-west1.run.app/" width="100%" height="1550px" style={{ border:0 }} />
  </Accordion>

  <Accordion title="Challenge 2: Build your Claude Project" icon="robot">
    Time required: approximately 15 minutes

    <Steps>
      <Step title="Create a new Project">
        In Claude, click **Projects** in the left sidebar, then click **Create Project**. Give it a clear name that describes what it does — this name appears in the sidebar for anyone you share it with.
      </Step>

      <Step title="Write your Project instructions">
        Click **Set project instructions** and paste the brief from your Agent Idea Generator — or write your own using this structure:

        ```text theme={null}
        You are a [role] for [team/context]. When the user [trigger], 
        [do this]. Always [citation/format rule]. 
        If a question is outside the uploaded documents, say so — 
        do not speculate. Keep responses under [word count] 
        unless asked for a detailed analysis.
        ```
      </Step>

      <Step title="Upload a knowledge file">
        Click **Add content** inside the Project and upload a reference document relevant to your task. PDFs and Word documents work best. Claude will search these automatically in every conversation.
      </Step>

      <Step title="Test it">
        Start a new conversation inside the Project. Ask it a real question you would have in your work. Check: Does it cite documents? Does it stay within scope? If the response is off — adjust the instructions and test again.
      </Step>

      <Step title="Share it (optional)">
        If you are on a Claude Team or Enterprise plan, click the share icon and invite a colleague. They will be able to start their own conversations inside the same Project, with the same instructions and knowledge you configured.
      </Step>
    </Steps>

    <Tip>
      You have completed this challenge when you have a Claude Project that answers a real work question correctly, cites its sources, and is ready to share with your team.
    </Tip>
  </Accordion>
</AccordionGroup>
