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

# Help Center

The Help Center is designed to make finding information simple and easy, whether you're new to SphereX or a seasoned user.

You can use the search bar at the top or browse through categorized sections like **Community Benefits**, **Advanced Features**, and **KYC** and AML to find relevant topics. Articles are also organized by difficulty level, ranging from **Beginner** to **Advanced User**, so you can easily find content that matches your expertise.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfrizWkN1FfpL9WN0CUKsn3kwLCi5i6sZZq8Ac6cE18pr15rwIRFbplYROQJ0lX24BbF0fYKoXdGu7DeSg7rNhtJifd7F1ziW-Oq3SEUqETA0EOCdPHtbv5LCCYrvplLfRUQfS4i7iSo2ooo-jfOdYSchuY?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

If you have questions about specific operations or concepts, don’t worry—detailed articles are available with recommended reading times, allowing you to learn at your own pace. The latest articles are listed at the bottom for quick access to new information.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf-nCzeoO2HyRkB8aTdP9rVfavoDc9vj55H8IxHErEgg7o1wnlCjn29YEjqIKKnqRwGIjTZNXl_mAZzS5IjDdkuSjc6VIbrtOH4B7Kc06gQgbCYzvW0FaIYhVIkTWqLGrrypOo60fljbZmv__w0-UOWtjw?key=hIK9_hVdxJWHYqT2lWd38A" alt=""><figcaption></figcaption></figure>

We’re always here to help, offering comprehensive support no matter the challenge.


---

# 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://spherex-4.gitbook.io/spherex/product/help-center.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.
