# Tools

- [Evaluations](https://docs.gooey.ai/tools/evaluations.md)
- [How to set up Golden Q\&As](https://docs.gooey.ai/tools/evaluations/how-to-set-up-golden-q-and-as.md)
- [How to set up Bulk Runner?](https://docs.gooey.ai/tools/evaluations/how-to-set-up-bulk-runner.md)
- [How to set up Evaluations?](https://docs.gooey.ai/tools/evaluations/how-to-set-up-evaluations.md)
- [How to use Bulk Run via API](https://docs.gooey.ai/tools/evaluations/how-to-use-bulk-run-via-api.md)
- [Functions](https://docs.gooey.ai/tools/how-to-use-gooey-functions.md)
- [LLM-enabled Functions](https://docs.gooey.ai/tools/how-to-use-gooey-functions/llm-enabled-functions.md)
- [How to use SECRETS in Functions?](https://docs.gooey.ai/tools/how-to-use-gooey-functions/how-to-use-secrets-in-functions.md)
- [How to connect FirebaseDB to Copilot](https://docs.gooey.ai/tools/how-to-use-gooey-functions/how-to-connect-firebasedb-to-copilot.md)
- [Frequently Asked Questions about Functions](https://docs.gooey.ai/tools/how-to-use-gooey-functions/frequently-asked-questions-about-functions.md)
- [Memory](https://docs.gooey.ai/tools/memory.md)
- [RAG-based Document Search](https://docs.gooey.ai/tools/how-does-rag-based-document-search-work.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://docs.gooey.ai/tools.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.
