> For the complete documentation index, see [llms.txt](https://docs.trybit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybit.com/pt/start/overview.md).

# Visão geral da documentação

## Sobre o serviço

[Trybit](https://trybit.com/) é um gateway de pagamento que permite aceitar e processar pagamentos de forma conveniente em criptomoedas populares. Com o nosso serviço de aquisição cripto, pode ligar a aceitação de pagamentos em criptomoedas a um serviço online, loja online, escola online, bot do Telegram e outras plataformas.

A nossa API foi concebida para proporcionar flexibilidade e conveniência aos desenvolvedores que integram criptomoeda nas suas aplicações e plataformas.

## Principais funcionalidades da API

* **Gestão de faturas:** crie, gestione e monitore as suas faturas em tempo real.
* **Automatização de transações:** configure pagamentos automáticos e levantamentos para carteiras cripto.
* **Segurança e transparência:** alto nível de segurança das transações e total transparência de todas as operações.

Pode ligar-se ao seu site ou a outra plataforma de várias formas:

* [API](/pt/referencia-da-api-v2/authorization.md);
* [Host2Host (H2H);](/pt/referencia-da-api-v2/h2h.md)
* [Plugins de CMS](/pt/cms-plugins/list.md);
* [Formulários e botões HTML](/pt/buttons-forms/html-widget.md).

Escolha o método que melhor se adapta às suas necessidades e contacte o nosso suporte se tiver alguma dúvida.


---

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

```
GET https://docs.trybit.com/pt/start/overview.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.
