# RG

**ID**

```
c2069ecf-ea5d-4029-9960-6f802392c6d7
```

**Slug**

```
rg
```

{% hint style="danger" %}
Utilizar apenas o "id" como chave, uma vez que o "slug" é uma descrição e poderá ser alterado livremente.
{% endhint %}

**Campos**

| Nome                                                               | Tipo              | Observações          |
| ------------------------------------------------------------------ | ----------------- | -------------------- |
| <p><strong>numero</strong></p><p><em>required</em></p>             | string            | length(1, 255)       |
| <p><strong>orgaoEmissor</strong></p><p><em>required</em></p>       | string(options)   |                      |
| <p><strong>uf</strong></p><p><em>required</em></p>                 | string(options)   |                      |
| <p><strong>dataExpedicao</strong></p><p><em>required</em></p>      | string            | format("YYYY-mm-dd") |
| <p><strong>naturalidadeEstado</strong></p><p><em>required</em></p> | string(options)   |                      |
| <p><strong>naturalidadeCidade</strong></p><p><em>required</em></p> | string(options\*) |                      |
| <p><strong>filiacao1</strong></p><p><em>required\*</em></p>        | string            | length(1, 255)       |
| <p><strong>filiacao2</strong></p><p><em>optional</em></p>          | string            | length(1, 255)       |
| **comprovantes**                                                   | \[ ]voucher       |                      |

{% hint style="info" %}
Os campos `filiacao1` e `filiacao2` serão solicitados apenas para dependentes e cônjuge.

As opções do campo `naturalidadeCidade` dependem do valor selecionado no campo`naturalidadeEstado`.
{% endhint %}

**Opções de órgão emissor**

{% code overflow="wrap" %}

```
"CGPI", "CGPI/DUREX/DPF", "CGPMAF", "CLA", "CNIG", "CORECON", "COREN", "CRAS", "CSC", "CNT", "CTPS", "DGPC", "DIREX", "DPMAF", "DPT", "DIC", "FGTS", "FIPE", "FLS", "GESP", "GEJ", "GEJ/SPC", "GOVGO", "IFP", "IPF", "IGP", "IIMG", "IPC", "IML", "MTE", "MMA", "MAE", "MEX", "PM", "PTC", "PC", "POF", "POM", "SES", "SJS", "SEDS", "SSDC", "SECCDE", "SEPC", "SESC", "SESDC", "SNJ", "SJTS", "SPTC", "SSP", "SSPDC", "SESP", "SESPDC", "SECC", "SDS", "SESPAP", "SSPDS", "SESPDS", "SEJSP", "SSDS", "SJ", "SJTC", "SPC", "SJSP", "ZZZ"
```

{% endcode %}

**Comprovantes**

| Nome                                                   | Tipo    |
| ------------------------------------------------------ | ------- |
| <p><strong>frente</strong></p><p><em>required</em></p> | voucher |
| <p><strong>verso</strong></p><p><em>required</em></p>  | voucher |


---

# 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://devcenter.unico.io/unico-people/unico-people-v2/referencias/contexto/brasil/documentos/rg.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.
