> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/applicant-help-guides/communication/conversation.md).

# Conversation

## This article is for Applicants who wish to contact Grant Administrators.

Throughout the application process, you can communicate with the Grant Administrator via the "View Conversation" feature which can be found on the Actions menu when you are viewing an Application.

![View Conversation from Actions menu](/files/4178f641c5b537323cbb3191b83c1cbffd795130)

You can also access this via the All Applications menu.

![Access via All Applications menu](/files/ebf5a9ff8a309486b4b84af3e82705d4775937a4)

From here you can leave a message and you can also send attachments.

![Leave a message and attach files](/files/2d7f4a3caf658b719d5d80a1a632a8a8dcaf8f52)

When a Grant Administrator sends you a message, a task will pop up on your dashboard. You can click "View Conversation" to view and respond.

![Dashboard task notification 1](https://lh5.googleusercontent.com/X-KmUfnxa7QcHHqX2xXcteIOd7V5Tffgobi5aip9ZSn45r4Nkv2zSLvs0FR2u-D6y7jwf35i93IMaWXU1VpnYvPlZeopkiIv30eJExq8Nt4VyhAZvrbmS2vprXaBPJpCpFKdS5gc)

![Dashboard task notification 2](/files/f3b9b03bd6671e2e65328cbab595c97091d4a7bf)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.tahua.io/knowledge-base/applicant-help-guides/communication/conversation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
