# Apoia

## Apoia

- [Manual da Apoia/TRF2](https://trf2.gitbook.io/apoia/manual-da-apoia-trf2.md)
- [Introdução](https://trf2.gitbook.io/apoia/introducao.md)
- [Apoia em 10 minutos](https://trf2.gitbook.io/apoia/apoia-em-10-minutos.md)
- [Entrando na Apoia](https://trf2.gitbook.io/apoia/entrando-na-apoia.md)
- [Chave de API e Modelo de IA](https://trf2.gitbook.io/apoia/chave-de-api-e-modelo-de-ia.md)
- [Integração com Tribunais](https://trf2.gitbook.io/apoia/integracao-com-tribunais.md)
- [Segurança da Informação](https://trf2.gitbook.io/apoia/seguranca-da-informacao.md): Mitigação e Defesa Contra Injeção de Prompts
- [Anonimização](https://trf2.gitbook.io/apoia/anonimizacao.md)
- [Links Úteis e Informação para Contato](https://trf2.gitbook.io/apoia/links-uteis-e-informacao-para-contato.md)
- [Histórico de Alterações](https://trf2.gitbook.io/apoia/historico-de-alteracoes.md)
- [Glossário](https://trf2.gitbook.io/apoia/glossario.md)
- [Legislação Aplicável ao Uso da IA no Poder Judiciário](https://trf2.gitbook.io/apoia/legislacao-aplicavel-ao-uso-da-ia-no-poder-judiciario.md)
- [Histórico](https://trf2.gitbook.io/apoia/historico.md)
- [Acessibilidade](https://trf2.gitbook.io/apoia/acessibilidade.md)
- [FAQ](https://trf2.gitbook.io/apoia/faq.md)
- [Banco de Prompts](https://trf2.gitbook.io/apoia/banco-de-prompts/banco-de-prompts.md)
- [Listagem de Prompts](https://trf2.gitbook.io/apoia/listagem-de-prompts.md)
- [Execução de Prompts Baseados em Peças Processuais](https://trf2.gitbook.io/apoia/execucao-de-prompts-baseados-em-pecas-processuais.md)
- [Execução de Prompts Baseados em Texto](https://trf2.gitbook.io/apoia/execucao-de-prompts-baseados-em-texto.md)
- [Execução de Prompts de Refinamento de Texto](https://trf2.gitbook.io/apoia/execucao-de-prompts-de-refinamento-de-texto.md)
- [Criar Novo Prompt](https://trf2.gitbook.io/apoia/criar-novo-prompt.md)
- [Criar Prompt a Partir de um Modelo](https://trf2.gitbook.io/apoia/criar-prompt-a-partir-de-um-modelo.md)
- [Avaliação de Prompts](https://trf2.gitbook.io/apoia/avaliacao-de-prompts.md)
- [Biblioteca](https://trf2.gitbook.io/apoia/biblioteca/biblioteca.md): Personalizando a Apoia com Documentos
- [Criar Manual com IA](https://trf2.gitbook.io/apoia/biblioteca/criar-manual-com-ia.md)
- [Compartilhar Documento](https://trf2.gitbook.io/apoia/biblioteca/compartilhar-documento.md)
- [Chat](https://trf2.gitbook.io/apoia/outras-funcionalidades/chat.md)
- [Revisão de Texto](https://trf2.gitbook.io/apoia/outras-funcionalidades/revisao-de-texto.md)
- [Geração de Ementa](https://trf2.gitbook.io/apoia/outras-funcionalidades/geracao-de-ementa.md)
- [Degravação](https://trf2.gitbook.io/apoia/outras-funcionalidades/degravacao.md)
- [Relatório de Acervo](https://trf2.gitbook.io/apoia/outras-funcionalidades/relatorio-de-acervo.md)
- [Busca Semântica de Temas](https://trf2.gitbook.io/apoia/outras-funcionalidades/busca-semantica-de-temas.md)
- [Servidor MCP](https://trf2.gitbook.io/apoia/outras-funcionalidades/servidor-mcp.md)
- [Como Escrever Arquivos de Prompt](https://trf2.gitbook.io/apoia/repositorio-de-prompts/como-escrever-arquivos-de-prompt.md): Este documento explica como criar e editar arquivos .md de prompts para o sistema Apoia. Estes arquivos definem instruções para modelos de IA e controlam como elas aparecem e se organizam na interface


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://trf2.gitbook.io/apoia/manual-da-apoia-trf2.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.
