> ## 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 Gem in Gemini" icon="robot">
    Time required: approximately 15 minutes

    <Steps>
      <Step title="Open Gem Manager">
        In Gemini, click **Gem Manager** in the left sidebar, then click **New gem**.
      </Step>

      <Step title="Name your Gem and add instructions">
        Give your Gem a clear, descriptive name. Paste the instructions from your Agent Idea Generator brief into the **Instructions** field.
      </Step>

      <Step title="Upload a knowledge file">
        Click **Upload files** and upload a reference document your Gem should draw from. PDFs, Word documents, and Google Docs work best.
      </Step>

      <Step title="Save and test">
        Click **Save**, then open a conversation with your Gem by clicking its name. Send it a real task from your work and check the response. If the tone or format is off, return to Gem Manager, edit the instructions, and re-test.
      </Step>
    </Steps>

    <Tip>
      You have completed this challenge when you have a saved Gem that responds correctly to a real task from your work. You can also share your Gem with a colleague using the share icon in Gem Manager.
    </Tip>
  </Accordion>
</AccordionGroup>
