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

# Need help?

If you need help, you have options:

***

### 1. Ask the Learning Hub

Use the search bar above to get an instant AI-generated answer or to search across all Learning Hub content.

***

### 2. Check the Help Center

Step-by-step guides, troubleshooting articles, and quick fixes for the most common questions can be found in [the Help Center.](https://support.fyxer.com/)

***

### 3. Chat with us

Click the chat icon in the bottom right of your [Dashboard](https://app.fyxer.com/org) to message us directly – the fastest way to get a quick answer or work through an issue in real time.

***

### 4. Email us

Contact <support@fyxer.com> We typically reply within one business day.

***

### Stay in touch

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4>Leave a review</h4></td><td>If Fyxer's saving you time, we'd love to hear about it. <br><br>Share your experience on <a href="https://www.trustpilot.com/evaluate/fyxer.com">Trustpilot</a>.</td><td><a href="/files/aMEQLPySnJeShptlT6eh">/files/aMEQLPySnJeShptlT6eh</a></td></tr><tr><td><h4>Product updates</h4></td><td><p>Stay up to date with everything we've shipped and what's coming next.</p><p></p><p><a href="https://www.fyxer.com/changelog">View the changelog</a>.</p></td><td><a href="/files/dsyQHvGYifllqpxkaXdW">/files/dsyQHvGYifllqpxkaXdW</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.fyxer.com/resources/support/need-help.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.
