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

# Help Center

{% columns %}
{% column width="16.666666666666664%" %}

{% endcolumn %}

{% column width="66.66666666666667%" %}
{% hint style="success" %}
**All systems operational** — No known issues. [View status page](https://status.gitbook.com)
{% endhint %}
{% endcolumn %}

{% column width="16.666666666666657%" %}

{% endcolumn %}
{% endcolumns %}

<h2 align="center">🆘 What can we help you find?</h2>

<p align="center"><button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">How can we help?</button><a href="https://gitbook.com/" class="button secondary" data-icon="paper-plane">Contact support</a></p>

Guides and answers for setting up and running Fridays. Use the search bar at the top to jump straight to an answer, or browse by topic below. For what Fridays is and how it works, see the [FAQ](https://wiki.fridays.bot/faq).

### Browse by topic

| Topic                                                                                            | What's inside                                                                                                |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
| 🚀 [**Getting started**](https://claude.ai/chat/getting-started/getting-started-checklist.md)    | Set up your workspace, connect an app, run your first automation, and learn the workspace vs. project model. |
| 💳 [**Plans and billing**](https://claude.ai/chat/plans-billing/how-do-i-change-my-plan.md)      | Change your plan, understand per-business pricing, and see how your spend limit protects you.                |
| 👤 [**Admin**](https://claude.ai/chat/admin/inviting-team-members-to-your-workspace.md)          | Invite teammates and set roles, configure single sign-on, and turn on two-factor authentication.             |
| 🔌 [**Integrations**](https://claude.ai/chat/integrations/connecting-a-third-party-app.md)       | Connect QuickBooks, Gmail, Microsoft 365, and Zoho, fix sync problems, and understand usage limits.          |
| 💡 [**Community**](https://claude.ai/chat/community/sharing-feedback-and-requesting-features.md) | Share feedback, request features, and join the community.                                                    |

### Popular articles

* [Getting started checklist](https://claude.ai/chat/getting-started/getting-started-checklist.md)
* [Connecting a third-party app](https://claude.ai/chat/integrations/connecting-a-third-party-app.md)
* [Why isn't my integration syncing?](https://claude.ai/chat/integrations/why-isnt-my-integration-syncing.md)
* [How do I change my plan?](https://claude.ai/chat/plans-billing/how-do-i-change-my-plan.md)
* [Signing in and two-factor authentication](https://claude.ai/chat/admin/signing-in-and-two-factor-authentication.md)

### Still need help?

Can't find what you need? Email **<support@fridays.bot>** or ask in the [Discord community](https://discord.gg/fridays). *(Replace these with your live links before publishing.)*

***

*Fridays Help Center — set it up, connect it, and let it work. Fridays always asks before it moves money or sends on your behalf.*

&#x20;

&#x20;

&#x20;


---

# 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://wiki.fridays.bot/help-center/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.
