# Post Data

You can access Quests and post data through any Eidon Application. The [Eidon App](https://app.eidon.ai/) is our main application currently, with more coming soon.

#### Posting Data via the [Eidon App](https://app.eidon.ai/) (on mobile or browser)

* Install the app on your home page and log in
* Navigate to the Quests page and pick whichever you prefer
* Tap on the capture button for your chosen modality at the bottom of the page to capture data.
* Alternatively, from anywhere else in the app, you can tap the `+` button to capture any data and select the Quest you want to post to.

Keep in mind that different Quests accept different modalities.&#x20;

**Choose your adventure and jump in!**

{% embed url="<https://app.eidon.ai/>" %}


---

# 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.eidon.ai/get-involved/post-data.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.
