# Related Documents

On the Documents page, there is a "Rel Docs" column that shows the number of other documents related to a contract:

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

In the above example, "Statement of Work" is a child document of "Master Services Agreement". Clicking on the "1" next to "Statement of Work" displays a visualisation of the relationship:

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

Clicking on a document will take you to a more detailed view of that document.


---

# 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://userguidesgitbook.aerofiler.com.au/documents/related-documents.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.
