# Sistema de indicação

## Introdução

Todos os DApps criados com o DexAppBuilder têm um sistema de referência incluído automaticamente e muito fácil de usar. Abaixo estão os passos para usá-lo corretamente:

1. Criando seu DApp: este é o passo mais importante porque é o ponto de partida.
2. Vá para o [seção de gerenciamento de DApp](/produtos-e-solucoes-defi-pt/dexappbuilder/gerenciando-esta-ferramenta.md).
3. Uma vez no backend do seu DApp, navegue até a seção Analytics–Events como mostramos abaixo

<figure><img src="/files/5601480da6327c45737179356c4d17d2a4f470b0" alt=""><figcaption></figcaption></figure>

4. Vamos criar algumas tags de referência de exemplo, serão duas e serão chamadas `blog` e `social`. Se o nome completo + domínio do DApp for chamado `https://mycooldapp.dexkit.app` você precisa acrescentar o `/?ref=seu-tag` a ele, por exemplo:

Para a `blog` tag: `https://mycooldapp.dexkit.app/?ref=blog`

Para a `social` tag: `https://mycooldapp.dexkit.app/?ref=social`

## Verificando as interações

Na mesma página abaixo você verá uma tabela data-plenty (se você configurou seu sistema de referências e já está recebendo usuários).

<figure><img src="/files/a25e3721a0674f8a3feff1deff0c5a7d279d1fe8" alt=""><figcaption></figcaption></figure>


---

# 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.dexkit.com/produtos-e-solucoes-defi-pt/dexappbuilder/sistema-de-indicacao.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.
