> ## 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 agent in Copilot Studio Lite" icon="robot">
    Time required: approximately 15 minutes

    <Steps>
      <Step title="Open Agent Builder">
        In Microsoft 365 Copilot (web or desktop), click the **Agents** icon in the right panel, then select **Create agent**. This opens Copilot Studio Lite — the no-code agent builder built into your Microsoft 365 licence.
      </Step>

      <Step title="Name your agent and add instructions">
        Give your agent a clear name. Paste the instructions from your Agent Idea Generator brief into the **Instructions** field. This is the persistent prompt that shapes how your agent behaves in every conversation.
      </Step>

      <Step title="Add a knowledge source">
        Click **Add knowledge** and connect a SharePoint site, OneDrive folder, or upload a document. This gives the agent access to your team's reference material.
      </Step>

      <Step title="Test and save">
        Click **Test** in the builder and send it a real task from your work. If the tone or format is off, adjust the instructions and test again. When you are happy with the result, click **Save**.
      </Step>
    </Steps>

    <Tip>
      You have completed this challenge when you have a saved agent that responds correctly to a real task from your work.
    </Tip>
  </Accordion>
</AccordionGroup>
