> For the complete documentation index, see [llms.txt](https://themochi-app.gitbook.io/mochi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themochi-app.gitbook.io/mochi-docs/support.md).

# Support

Mochi sends you regular summaries of your pipeline activity so you stay informed without logging in.

## Reports You Receive

### Daily Digest

Sent every evening, the Daily Digest shows yesterday's pipeline movement:

* **New leads** — How many new DMs came in
* **In Contact** — Leads your team engaged with
* **Qualified** — Leads that met your criteria
* **Booked Calls** — Calls scheduled
* **Won** — Deals closed
* **Breakdown by setter** — Individual performance

### Weekly DM Audit

A 7-day view of your pipeline health:

* Where leads are getting stuck in the funnel
* Conversion patterns and trends
* Team performance comparisons
* Recommendations for improvement

## How to Receive Reports

Reports are delivered through a dedicated Slack Connect channel we set up with you. Accept the invite, and reports will appear there automatically — no configuration needed on your end.

## Getting Help

{% hint style="info" %}
Your primary support channel is your dedicated Slack Connect channel. Drop a message anytime — we'll respond promptly or hop on a quick call if needed.
{% endhint %}

## Common Questions

<details>

<summary>How do I reconnect Instagram?</summary>

Go to Settings → Socials → Disconnect, then Connect again with the correct account.

</details>

<details>

<summary>A team member can't log in.</summary>

Check Settings → Team to see if their invite is pending. Resend the invite if needed. Remember, Mochi uses magic links — they need to check their email.

</details>

<details>

<summary>DMs stopped syncing.</summary>

Verify your Instagram connection is active in Settings → Socials. Instagram tokens refresh automatically, but occasionally a reconnection is needed.

</details>

<details>

<summary>A Calendly booking didn't update the lead.</summary>

See the Calendly troubleshooting section in **Integrations**.

</details>

<details>

<summary>How do I change someone's role?</summary>

Go to Settings → Team, find the member, and update their role. Changes take effect immediately.

</details>


---

# 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://themochi-app.gitbook.io/mochi-docs/support.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.
