> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/en/clm/editor/utility/info.md).

# Contract Information

<figure><img src="/files/jIRUQEf45xZLyuIQLjCi" alt=""><figcaption></figcaption></figure>

### 1. File Data

You can check the basic details of the contract and edit key fields to organize them according to your management standards.

* Contract Title: Check and edit the contract title.
* Contract Creation Date: Check the date when contract drafting started.
* Language / Type: Check the contract language and contract type.
* Key Contract Details: Register key information related to the contract.
* Our Position: Check your company’s position in the contract.
* Contract Counterparty: Check counterparties and change them by adding or deleting.
* Scheduled Signing Date: Register or edit the scheduled signing date.
* Contract Duration: Register or edit the contract duration.
* Contract Amount: Register or edit the contract amount.

{% hint style="info" %}
Updated information is not reflected in the contract text. It is used as reference data for document management, such as search filtering.
{% endhint %}

***

### 2. AI Extraction Information

You can view contract data automatically extracted by AI through document analysis.

{% hint style="info" %}
The fields extracted by AI may vary depending on the contract type.
{% endhint %}


---

# 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://guide.allibee.ai/en/clm/editor/utility/info.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.
