# Support

### GitHub Projects

We offer SDKs for both Node.js and Python to help you integrate PropulsionAI into your projects seamlessly. You can find our SDKs on GitHub:

* **Node.js SDK**: [propulsion-ai/propulsionai-node](https://github.com/propulsion-ai/propulsionai-node)
* **Python SDK**: [propulsionai-python](https://github.com/propulsion-ai/propulsionai-python)

### Contact Support

If you need direct assistance or have specific questions, please reach out to our support team:

* **Email**: <dev-support@propulsionhq.com>

### Community Support

Join our community on Discord to get help from other developers and the PropulsionAI team. Our Discord channel will be launching soon, so stay tuned for updates!

### Frequently Asked Questions

For quick answers to common questions, visit our FAQ.

Thank you for using PropulsionAI! We’re here to ensure you have a smooth and productive experience.


---

# 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://docs.propulsionhq.com/developer-guide/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.
