# name

| Champ         | description                                       |
| ------------- | ------------------------------------------------- |
| gender        | Le [genre ](#le-genre)du nom propre               |
| km            | Le nom transcrit en shiKomori                     |
| fr            | Le nom transcrit en français                      |
| hasDefinition | true, si le nom à une définition, autrement false |

#### Le genre

Le champ **gender** peut avoir les valeurs suivantes :&#x20;

* M (male), pour les noms masculins
* F (female), pour les noms féminins
* FM (female-male), pour les noms féminins et masculins
* G (geography), pour les noms de géographie


---

# 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://connector-api.orelc.ac/objets/name.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.
