# Document Section

### Definition

A document section is a collection of information fields on a document. By providing a condition for a section, you define when Atfinity should ask for the [information](/guides/glossary/information.md) that belong to that section.

### Example

Information on a person's employer should only be asked if that person is, indeed, employed. If the person is not, the fields shouldn't cloud the information gathering process, as they're irrelevant.

To reach this, you could create the section 'Employer Information' and add these information fields to it:

* Name of Employer
* Address of Employer
* Phone number of Employer
* Contact Person at Employer

As condition for this section to be included in the information gathering process, write:

```
p.is_employed
```

When the condition is true, the section will be included and all information belonging to this section will be asked for.


---

# 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://docs.atfinity.io/guides/glossary/document-section.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.
