> 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/videos-and-events/get-help.md).

# Get help

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><h3>Time to explore</h3></td><td align="center">The <strong>Learning Hub</strong> has product walkthroughs, step-by-step tutorials, and real customer examples to help you get more from Fyxer.</td><td><a href="/files/p0ucXAzg1oTVHS8i8gdB">/files/p0ucXAzg1oTVHS8i8gdB</a></td></tr><tr><td align="center"><h3>Quick answers</h3></td><td align="center">The <strong>Help Center</strong> is where you'll find how-tos, troubleshooting tips and more. Type in your question or search by topic.</td><td><a href="/files/OTPmHt4gg2kToIhEgUbR">/files/OTPmHt4gg2kToIhEgUbR</a></td></tr><tr><td align="center"></td><td align="center"></td><td></td></tr><tr><td align="center"><h3>Videos and events</h3></td><td align="center">We have a whole video series, from <strong>short setup demos</strong> to <strong>in-depth product masterclasses</strong> and <strong>onboarding webinars</strong>, live and on-demand.</td><td><a href="/files/jJN6esyAjbpXeJlMaxEq">/files/jJN6esyAjbpXeJlMaxEq</a></td></tr><tr><td align="center"><h3>Book a call</h3></td><td align="center">Rather talk? Book in a <strong>quick setup call</strong> with the Fyxer team. In 15 minutes, we'll answer your questions and help set you up for success.</td><td><a href="/files/WmC0PHfnkeoa9SSe1cho">/files/WmC0PHfnkeoa9SSe1cho</a></td></tr><tr><td align="center"></td><td align="center"></td><td></td></tr></tbody></table>

You can also reach Fyxer Support using the chat feature in the bottom right of the Dashboard.


---

# 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/videos-and-events/get-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.
