# Support

This project is open source, and is not a company. Instead we rely on a network of contributors and users to provide support.

## Free support

Problem? Don't worry, someone else has probably been through that before you.

* First have a look at our [user documentation](https://docs.bitcart.ai) and Frequently Asked Questions.
* If your issue is not referenced there, or you want to request a new feature, please open a [github issue](https://github.com/bitcart/bitcart/issues).
* If you have more general questions about Bitcart, the way it works and why you should use it, you're welcome on our [Telegram](https://t.me/bitcart)

Getting a proper support also depends on how you formulate your questions. Read our [troubleshooting guidelines](/support-and-community/troubleshooting-an-issue.md).

## Paid support

Do you have some complex project where you want to integrate Bitcart and not sure how to do it? Do you need to add some custom feature to Bitcart just for your project and you want professional help?

Some of our team members can assist you with paid support:

### MrNaif2018

The author of Bitcart, he knows everything about the project. Able to customize any part of the project in any way to provide support.

Skills: Python (experience in various backend frameworks), Vue (Nuxt.js, UI frameworks Bulma (Buefy) and Vuetify), Docker (and docker-compose, building various stacks and building docker-compose generators), Bash (custom scripts), Git and more

You can find him in Bitcart [Telegram](https://t.me/bitcart) or just in telegram at username @MrNaif\_bel.


---

# 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.bitcart.ai/support-and-community/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.
