> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records.md).

# Operar nos seus registros

Operar ações nos registros da sua tabela significa que você poderá alterar seus [registros da tabela](/chatlayer-documentation-pt-br/navegacao/tables.md) dependendo do que acontece dentro da conversa entre o seu usuário e o chatbot.

{% hint style="danger" %}
Observe que Tabelas não podem ser exportadas em[ exportação do bot](/chatlayer-documentation-pt-br/navegacao/settings/import-export.md) ainda.
{% endhint %}

<figure><img src="/files/1a446c3dcce217f87774a736eb33ffc0b5581820" alt=""><figcaption><p>Operação de tabela dentro de um fluxo de NPS.</p></figcaption></figure>

{% hint style="success" %}
Procurando um template de bot rápido e fácil para brincar com Tabelas? O [bot Gym](https://docs.chatlayer.ai/tutorials/bot-templates/gym) é um caso de uso representativo.
{% endhint %}

## Adicione uma operação de Tabela ao seu fluxo

Para adicionar uma operação de Tabela ao seu fluxo:

1. Adicione um **Ação** etapa ao seu bloco.
2. Selecione **Operação de tabela.**

<figure><img src="/files/07ccaccc61ad75c772ce97938ef0b162fedd9f94" alt="" width="375"><figcaption><p>Operação de tabela dentro da etapa de Ação</p></figcaption></figure>

3. Escolha a desejada **Operação de tabela** opção entre as opções.

<figure><img src="/files/e5350a5de5d0da07c4fad947bb6af242a8b0bf6a" alt="" width="375"><figcaption><p>Escolha uma operação para realizar na sua tabela.</p></figcaption></figure>

4. Dependendo da operação que você escolheu, continue com o tutorial dedicado. Há 4 tipos diferentes de operações que você pode realizar nos registros da sua tabela:
   * [**Inserir registro**](/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records/insert-record.md)**: u**se esta operação para adicionar novos registros à sua tabela. É perfeita para a população inicial dos dados da tabela.
   * [**Atualizar registro**](/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records/update-record.md)**: t**operação permite modificar dados existentes na sua tabela. É útil para manter os dados da sua tabela atualizados.
   * [**Recuperar registro**](/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records/retrieve-record.md)**: w**hen você precisar buscar dados da sua tabela, use esta operação. Ela permite acessar e usar os dados da tabela dentro do seu fluxo.
   * [**Excluir registro**](/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records/delete-record.md)**: t**operação deve ser usada com cautela, pois permite excluir registros da sua tabela com base em critérios específicos.

***

{% hint style="success" %}
Procurando um template de bot rápido e fácil para brincar com Tabelas? O [bot Gym](/chatlayer-documentation-pt-br/comece-rapido/bot-templates/gym.md) é um caso de uso representativo.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chatlayer.ai/chatlayer-documentation-pt-br/navegacao/tables/operate-on-your-records.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
