> For the complete documentation index, see [llms.txt](https://manual.formwise.ai/formwise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.formwise.ai/formwise/support.md).

# SUPPORT

- [Account & Billing](https://manual.formwise.ai/formwise/support/account-and-billing.md)
- [Included Usage Credits](https://manual.formwise.ai/formwise/support/included-usage-credits.md): This page explains the usage credits for FormWise as well On-Demand Usage.
- [Support & Office Hours Registration](https://manual.formwise.ai/formwise/support/support-and-office-hours-registration.md): New to this space? Have questions about your use case? Need support? Don't sweat it. Just register for a free call with our team!
- [FAQs](https://manual.formwise.ai/formwise/support/faqs.md): Some of our most commonly asked questions.
- [Troubleshooting](https://manual.formwise.ai/formwise/support/troubleshooting.md)
- [Page Load Errors](https://manual.formwise.ai/formwise/support/troubleshooting/page-load-errors.md): If you experience any errors on your forms, this page provides a list of what each corresponding error means.
- [Error 500 Troubleshooting](https://manual.formwise.ai/formwise/support/troubleshooting/error-500-troubleshooting.md)
- [Tools Stuck At 75%](https://manual.formwise.ai/formwise/support/troubleshooting/tools-stuck-at-75.md)
- [Form Submission Errors](https://manual.formwise.ai/formwise/support/troubleshooting/form-submission-errors.md): If you experience any errors on your forms, this page provides a list of what each corresponding error means.
- [Workspaces & Collaboration](https://manual.formwise.ai/formwise/support/workspaces-and-collaboration.md)
- [Collaborators & Workspaces](https://manual.formwise.ai/formwise/support/workspaces-and-collaboration/collaborators-and-workspaces.md): Collaborators features are available on Pro plans and above.
- [What’s the Difference Between the Pro and Agency Plans?](https://manual.formwise.ai/formwise/support/whats-the-difference-between-the-pro-and-agency-plans.md)
- [Adding API Keys](https://manual.formwise.ai/formwise/support/adding-api-keys.md): Getting your OpenAI API Key for unlimited generations.


---

# 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://manual.formwise.ai/formwise/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.
