# Guides

- [V2 Migration](https://docs.empirica.ly/guides/v2-migration.md)
- [Managing the Data](https://docs.empirica.ly/guides/managing-the-data.md)
- [Special Empirica Components](https://docs.empirica.ly/guides/special-empirica-components.md)
- [The Admin Panel](https://docs.empirica.ly/guides/the-admin-panel.md)
- [Deploying Your Experiment](https://docs.empirica.ly/guides/deploying-my-experiment.md): How to deploy your experiment.
- [Ubuntu tutorial](https://docs.empirica.ly/guides/deploying-my-experiment/ubuntu-tutorial.md): This will is a tutorial explaining how to setup Empirica an Ubuntu 23.10 Droplet on Digital Ocean.


---

# 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.empirica.ly/guides.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.
