> For the complete documentation index, see [llms.txt](https://docs.aloop.icustomer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aloop.icustomer.ai/using-audience-loop/meet-chat.md).

# Chat

Chat is where you talk to Audience Loop. Behind it is the Harness — the orchestrator that reasons over your context and coordinates your AI team to get things done. [Onboarding](/introduction/onboarding.md) starts here.

You can ask it to do things ("set up a reactivation play for dormant accounts") or ask it questions ("why did we pause LinkedIn last week?"). It works two ways: on request, when you ask, and proactively, when the always-on system acts on its own and tells you about it.

Everything the Harness proposes comes back as a **draft**. Nothing goes live until you approve it, and approvals show up in [Pulse](/using-audience-loop/overview-2.md). It also works decision-first: it figures out *what to do* for an audience before it picks a channel.

See [Master goals & targets](/using-audience-loop/overview/master-goals-and-targets.md) to point it at an outcome, and [Decision Traces](/how-it-works/decision-traces.md) to see the reasoning behind anything it did.


---

# 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://docs.aloop.icustomer.ai/using-audience-loop/meet-chat.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.
