> For the complete documentation index, see [llms.txt](https://docs.fullwhere.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullwhere.com/documentation/documentation-en/readme.md).

# Home

<h2 align="center">Documentation</h2>

<p align="center">Welcome to the Fullwhere documentation, your integrated platform for managing all your interactions (centralization, AI responses, reporting, analytics, workflows).</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-gear">:gear:</i></h4></td><td><strong>Get started</strong></td><td>Set up your Fullwhere workspace (members, locations, signatures...)</td><td><a href="/pages/e6b281ed162abeea996e1649388798a46e109d10">/pages/e6b281ed162abeea996e1649388798a46e109d10</a></td></tr><tr><td><h4><i class="fa-arrow-progress">:arrow-progress:</i></h4></td><td><strong>Automations</strong></td><td>Configure your automation rules using our advanced AI features</td><td><a href="/pages/524efacbeff2faa035b1cf6aa6c994a3fc46298b">/pages/524efacbeff2faa035b1cf6aa6c994a3fc46298b</a></td></tr><tr><td><h4><i class="fa-inbox">:inbox:</i></h4></td><td><strong>Inbox</strong></td><td>Manage your customer interactions from a single interface</td><td><a href="/pages/6b56dc4e5ea3b463b38ec9aeae868b97c61f076d">/pages/6b56dc4e5ea3b463b38ec9aeae868b97c61f076d</a></td></tr><tr><td><h4><i class="fa-file-chart-column">:file-chart-column:</i></h4></td><td><strong>Reports</strong></td><td>Automatically generate AI reports for your teams</td><td><a href="/pages/a518d9502e6f58278b6557069c9ea7a78f1242d9">/pages/a518d9502e6f58278b6557069c9ea7a78f1242d9</a></td></tr><tr><td><h4><i class="fa-circle-down">:circle-down:</i></h4></td><td><strong>Capture</strong></td><td>Deploy contact forms and satisfaction surveys to stay connected with your customers</td><td><a href="/pages/34c3819d01ac3104a96f510f87d8636816cbf53c">/pages/34c3819d01ac3104a96f510f87d8636816cbf53c</a></td></tr><tr><td><h4><i class="fa-link">:link:</i></h4></td><td><strong>Integrations</strong></td><td>Connect all your interactions to Fullwhere</td><td><a href="/pages/b030b5c6c6cdb4ca7a8aa61c2ad12bbf1fe562cf">/pages/b030b5c6c6cdb4ca7a8aa61c2ad12bbf1fe562cf</a></td></tr></tbody></table>


---

# 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.fullwhere.com/documentation/documentation-en/readme.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.
