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

# Visão Geral

### Como Começar

Para começar a integrar o EllisCash à sua aplicação, gere sua chave na sessão API do menu **Regras de Definições** da plataforma. Certifique-se de revisar os endpoints disponíveis e os exemplos de solicitação para facilitar a implementação.

### Suporte Técnico

Estamos aqui para ajudar! Caso você tenha dúvidas, problemas técnicos ou precise de assistência durante o processo de integração, entre em contato com nossa equipe de suporte técnico em <contato@elliscash.com.br>.

Agradecemos por escolher o EllisCash para potencializar suas estratégias de recompensa e engajamento. Estamos animados para ver como nossa API contribuirá para o sucesso do seu sistema de bonificação!<br>

**Exemplos de uso no Postman**

[Download Collections Postman](https://app.elliscash.com.br/assets/api_doc/apielliscashv1_postman_collection.json)


---

# 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.elliscash.com.br/elliscash/visao-geral.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.
