# Use

- [Account Management](https://docs.palliora.org/use/account-management.md)
- [Get Test Tokens](https://docs.palliora.org/use/get-test-tokens.md)
- [Use a Model](https://docs.palliora.org/use/use-a-model.md)
- [Upload Your Data](https://docs.palliora.org/use/upload-your-data.md)
- [Train a Model](https://docs.palliora.org/use/train-a-model.md)
- [Use Lynra - DeFi Agent](https://docs.palliora.org/use/use-lynra-defi-agent.md): This guide will take you through the steps of using Lynra, a DeFi ReAct AI Agent, that helps you strategise your DeFi investments, execute swaps and put your assets to work on your behalf!


---

# 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.palliora.org/use.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.
