# Inbox

{% hint style="info" %}
If you have not created any AI agents yet, please refer to the [ExpertEase AI Integrations](/expertease-ai-integrations-1.md) document.
{% endhint %}

To view your conversations:

1. Select **Inbox** from the sidebar.\
   This page lists all chats handled by your AI agents, including the user's IP address, the date, and a **Details** button.
2. Click **Details** to open and review the full conversation.

<figure><img src="/files/MRKDVhoRnMRGF8i6nOaS" alt=""><figcaption></figcaption></figure>


---

# 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.experteaseai.com/inbox.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.
