> For the complete documentation index, see [llms.txt](https://liieditors.docs.laws.africa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liieditors.docs.laws.africa/french-1/judgments/guides-des-jugements/citation/construction-du-mnc.md).

# Construction du MNC

Le MNC comprend **l'intitulé du dossier** et **la partie essentielle de la citation : l'année, l'identifiant de la juridiction et le numéro séquentiel**.

| Année de la décision | Identifiant de la Cour | Numéro séquentiel |
| -------------------- | ---------------------- | ----------------- |
| \[2022]              | GHASC                  | 6                 |

## Nom du dossier

La norme MNC ne précise pas la composition du nom du dossier. Cela dépend des pratiques d'information juridique de la juridiction dans laquelle le tribunal opère. *Voir la section sur la dénomination des dossiers*.

## &#x20;Partie essentielle de la citation:

1. L'élément année représente l'année où la décision a été rendue, entre crochets (par exemple, "\[2020]").
2. L'identifiant de la juridiction suit les informations relatives à l'année de la décision. Chaque juridiction a un identifiant distinct. Les différents sièges des juridictions (par exemple, une haute cour qui a des sièges dans différentes villes du pays) ne sont pas inclus dans l'identifiant de la juridiction, à moins qu'ils n'aient une importance en termes de juridiction. Le système LII peut saisir des informations sur les greffes.
3. Le numéro séquentiel représente le numéro consécutif de la décision par rapport aux autres décisions rendues au cours d'une année donnée par la juridiction concernée.

## Exemple

Republic Vrs High Court (Criminal Division 9) Accra Ex Parte : Ecobank Ghana Ltd and Others, est le sixième jugement rendu en 2022 par la Cour suprême du Ghana, c'est pourquoi le MNC principal attribué au jugement est :

&#x20;<mark style="color:red;">**\[2022] GHASC 6**</mark>&#x20;


---

# 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://liieditors.docs.laws.africa/french-1/judgments/guides-des-jugements/citation/construction-du-mnc.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.
