> ## 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 using Gemini.

<AccordionGroup>
  <Accordion title="Challenge 1: Add context to a real task" icon="1">
    Grab a real piece of work you need to finish today. Open Gemini and try this:

    <Steps>
      <Step title="Reference your document">
        Use **@** to reference a document, email, or spreadsheet you are currently working with.
      </Step>

      <Step title="Write a structured prompt">
        Write a prompt using the framework: Persona + Task + Context + Format.

        For example: "You are a project coordinator. Summarise the status updates in @WeeklyStandup.doc. Present as 5 bullet points with next steps for each."
      </Step>

      <Step title="Refine the output">
        Review the output. Send one follow-up prompt to refine it, such as "Shorten this to 3 key points and adjust the tone for a leadership audience."
      </Step>
    </Steps>

    That is it. You have just used context to get a result you can actually use.
  </Accordion>

  <Accordion title="Challenge 2: Create an audio overview with NotebookLM" icon="2">
    Pick a document you have been putting off reading, such as a policy update, a long report, or a set of meeting notes.

    <Steps>
      <Step title="Create a new notebook">
        Open **NotebookLM** and create a new notebook.
      </Step>

      <Step title="Upload your document">
        Upload the document as a source. You can drag it in, paste a link, or connect it from Google Drive.
      </Step>

      <Step title="Generate audio overview">
        Go to the **Studio** panel and select **Audio Overview**.
      </Step>

      <Step title="Listen and learn">
        Listen to the summary on your next commute, walk, or coffee break.
      </Step>
    </Steps>

    You have just turned a document you were avoiding into something you can absorb without sitting at your desk.
  </Accordion>

  <Accordion title="Challenge 3: Use a Gem to polish your writing" icon="3">
    Open a Google Doc or Sheet you are currently editing and try a Gem from the Gemini side panel.

    <Steps>
      <Step title="Open the Gemini panel">
        Click **Ask Gemini** in the top navigation bar of your document or spreadsheet.
      </Step>

      <Step title="Browse available Gems">
        Browse the available **Gems** in the chat panel. Pick one that matches your task, such as a formatting or polishing Gem.
      </Step>

      <Step title="Apply the Gem">
        Highlight a section of your work and ask the Gem to improve it.

        For example: "Tighten this paragraph and make the language clearer for a non-technical reader."
      </Step>

      <Step title="Review and decide">
        Compare the original with the Gem's suggestion. Accept, edit, or regenerate.
      </Step>
    </Steps>

    You have just used a pre-built agent to improve your work in under two minutes.
  </Accordion>
</AccordionGroup>
