# /data

The `/data` command is an innovative feature of the Inverse Flaskbot designed to provide the Inverse Finance DAO community with direct access to a wealth of financial data and insights. By leveraging advanced AI agents, this command queries our extensive databases to fetch precise information, analytics, and insights, thereby supporting data-driven decision-making within the DAO.

**How to Use**

To utilize the `/data` command effectively, follow these steps:

1. **Invoke the Command**: Type `/data` followed by your specific query in any Discord channel where the Inverse Flaskbot is active. Ensure your query is clear and concise to facilitate accurate data retrieval.
2. **Wait for the Bot's Response**: The Flaskbot processes your query using AI agents and returns the requested data directly in the chat. The response will include key insights and information relevant to your query, formatted for easy comprehension.
3. **Refine Your Query if Needed**: If the initial response doesn't fully meet your needs, consider refining your query with additional details or keywords and repeat the process.

**Example**

* **User**: `/data current liquidity of DOLA in DeFi protocols`
* **Bot Response**: "The current liquidity of DOLA across DeFi protocols is approximately $X,XXX,XXX. For more detailed breakdowns, please refer to \[link]."


---

# 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.inverse.watch/products/inverse-chatbot/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.
