# GOOEY.AI FOR IMPACT

- [Intro to AI for Impact](https://academy.gooey.ai/ai-for-impact/module-1.md)
- [How does Gooey.AI Agent Builder work?](https://academy.gooey.ai/ai-for-impact/how-does-gooey.ai-agent-builder-work.md)
- [Set your KPI and Metrics](https://academy.gooey.ai/ai-for-impact/module-2.md)
- [Bring Your Golden Q\&A](https://academy.gooey.ai/ai-for-impact/module-3.md)
- [Bring your Knowledge Base](https://academy.gooey.ai/ai-for-impact/module-4.md)
- [Setting up your LLM Prompt](https://academy.gooey.ai/ai-for-impact/module-5.md)
- [Jinja Templating](https://academy.gooey.ai/ai-for-impact/module-5/jinja-templating.md)
- [Few shot instructions](https://academy.gooey.ai/ai-for-impact/module-5/few-shot-instructions.md)
- [Tips for prompting based on LLM](https://academy.gooey.ai/ai-for-impact/module-5/tips-for-prompting-based-on-llm.md)
- [Adding Language and translation](https://academy.gooey.ai/ai-for-impact/module-6.md)
- [Setup Text-to-Speech](https://academy.gooey.ai/ai-for-impact/module-6/setup-text-to-speech.md)
- [Deploy Your First Web AI Agent](https://academy.gooey.ai/ai-for-impact/module-7.md)
- [Your first evals!](https://academy.gooey.ai/ai-for-impact/module-8.md)
- [How to prepare your Golden Q\&A](https://academy.gooey.ai/ai-for-impact/module-8/how-to-prepare-your-golden-q-and-a.md)
- [How to use bulk runner?](https://academy.gooey.ai/ai-for-impact/module-8/how-to-use-bulk-runner.md)
- [How to use evaluation?](https://academy.gooey.ai/ai-for-impact/module-8/how-to-use-evaluation.md)
- [Iterate!](https://academy.gooey.ai/ai-for-impact/module-8/iterate.md)
- [Agentic LLMs, Functions and Developer Tools](https://academy.gooey.ai/ai-for-impact/module-9.md)
- [How to use Functions?](https://academy.gooey.ai/ai-for-impact/module-9/how-to-use-functions.md)
- [Adding Functions for Value-Adds](https://academy.gooey.ai/ai-for-impact/module-9/adding-functions-for-value-adds.md)
- [Adding Functions for Data](https://academy.gooey.ai/ai-for-impact/module-9/adding-functions-for-data.md)
- [Deploy on WhatsApp](https://academy.gooey.ai/ai-for-impact/module-10.md)
- [Adding Buttons](https://academy.gooey.ai/ai-for-impact/module-10/adding-buttons.md): Adding buttons for WhatsApp and Web Widget
- [AI Agent analysis and dashboard](https://academy.gooey.ai/ai-for-impact/module-11.md)
- [How to get AI Agent Analysis](https://academy.gooey.ai/ai-for-impact/module-11/how-to-get-ai-agent-analysis.md)
- [Key terms in Analytics](https://academy.gooey.ai/ai-for-impact/module-11/key-terms-in-analytics.md)
- [Module 12: Test & Iterate](https://academy.gooey.ai/ai-for-impact/module-12.md)
- [Module 13: How to manage your bot?](https://academy.gooey.ai/ai-for-impact/module-13.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.gooey.ai/ai-for-impact.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
