> For the complete documentation index, see [llms.txt](https://guides.data.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.data.gouv.fr/annuaire-des-entreprises/pour-bien-commencer/comprendre-les-onglets-de-la-page-entreprise/fiche-resume.md).

# Fiche résumé

La fiche résumé contient les principales informations sur une entreprise, une administration ou une association française.

Certains blocs sont communs à tous les types de structures, d'autres sont spécifiques. Par exemple, seules les associations ont un encadré RNA (Répertoire National des Associations).

### Informations Légales

Ce bloc existe pour toutes les structures, néanmoins l’état des inscriptions dépend de la nature de la structure. Par exemple une entreprise :

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-34b3396473c4e51af02838a7afad61654c5d752e%2Fimage%20(3).png?alt=media" alt=""><figcaption></figcaption></figure>

Une association :

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-fb99358756e32b4ea3c06acf10ab3eb6ef64910b%2Fimage%20(4)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

Une administration :

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-d2341a8a37e4e3c9ee4fe9b844452ede79bc9ca7%2Fimage%20(5)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

Le reste du bloc contient :

| Contient                                                  | Source               |
| --------------------------------------------------------- | -------------------- |
| État des inscriptions                                     | Insee, INPI          |
| Siren, Siret, dénomination, NAF, adresse du siège, taille | Insee                |
| Numéro TVA et EORI                                        | VIES                 |
| Conventions Collectives                                   | Ministère du Travail |
| Labels et Certificats                                     | Voir la page dédiée  |

### Blocs spécifiques d’immatriculation/inscription

Après le bloc d’informations légales suit généralement un bloc détaillant l’inscription/immatriculation de la structure. Ce bloc n’est pas le même pour les entreprises, les associations et les administrations

#### Immatriculation au RNE (entreprises)

Ce bloc apparait si l’entreprise est immatriculée au RNE. Il contient

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-14b2bc7cac4af02ff1521911ac01d3740ce38a47%2Fimage%20(9)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

#### Répertoire National des Associations (associations)

Ce bloc contient les informations au RNA

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-981eb0284bd526ea4cc0726c8a158d9a6a01f9f3%2Fimage%20(6)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

#### Administration

L’Annuaire du service public est tenu par la DILA. Il apporte des informations complémentaires des informations légales (contact, dirigeants, site officiel).

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-5d47f2c7594f0f6161f6aa3b99511d4f6f2619d7%2Fimage%20(7).png?alt=media" alt=""><figcaption></figcaption></figure>

#### Collectivités

Pour les collectivités, le bloc est légèrement différent. Il contient un bloc Collectivité territoriale en plus du bloc Annuaire du service public. Il contient notamment le statut de la collectivité et son code Insee.

<figure><img src="https://3406562727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPfseIX3CgNyotJDP6mJK%2Fuploads%2Fgit-blob-9fcaa1bc31f68f9b43a07c5c35b2e40f0c6378b6%2Fimage%20(8)%20(1).png?alt=media" alt=""><figcaption></figcaption></figure>

### Siège social

Les informations légales sur le siège social de la structure.

### Établissements

La liste de tous les établissements secondaires d’une structure.


---

# 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://guides.data.gouv.fr/annuaire-des-entreprises/pour-bien-commencer/comprendre-les-onglets-de-la-page-entreprise/fiche-resume.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.
