# Support

{% code overflow="wrap" %}

```markup
# SkateConnect Developer Information

## Contact Us

We're here to help with any questions or support issues you might have. Please use the following contact methods:

- **Email:** support@skatepark.chat
- **Support URL:** [support.skatepark.chat](support.skatepark.chat)

For immediate assistance, use the app to chat with our support team.

## Important Notes

Please ensure that you have the latest version of our app to access the most up-to-date contact information and support features. We are committed to compliance with all relevant laws and regulations regarding contact information provision.
```

{% endcode %}


---

# Agent Instructions: 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:

```
GET https://support.skatepark.chat/support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
