> ## 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 Custom GPT" icon="robot">
    Time required: approximately 15 minutes

    <Steps>
      <Step title="Open the GPT Builder">
        In ChatGPT, click your **profile icon**, then select **My GPTs**, then **Create a GPT**. Switch to the **Configure** tab for full control.
      </Step>

      <Step title="Name your GPT and write instructions">
        Give your GPT a clear, task-specific name. In the **Instructions** field, 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 [format/style rule]. Never [constraint].
        ```
      </Step>

      <Step title="Add a knowledge source">
        Upload a reference file in the **Knowledge** section (PDF, Word, or CSV). If you are on a ChatGPT Team or Enterprise plan, you can also connect Google Drive or Slack natively via the Connections setting.
      </Step>

      <Step title="Add a conversation starter">
        Write one starter that shows users exactly how to give the GPT the information it needs. A good starter models the input format, not just the topic.
      </Step>

      <Step title="Test and save">
        Click **Preview** and send the GPT a real task from your work. If the response is off in format, length, or tone — adjust the Instructions and test again. Save when you are happy with the result.
      </Step>
    </Steps>

    <Tip>
      You have completed this challenge when you have a saved Custom GPT that responds correctly to a real task from your work and has at least one useful conversation starter.
    </Tip>
  </Accordion>
</AccordionGroup>
