# File position

“Position” is one of the properties of clause files. It can be used to suggest the appropriate positioning of a clause to users of the clause.

{% hint style="info" %}
An example of good use of preferred positioning of a clause is a clause containing a signature block, which should in most cases be positioned at the very end of a document.
{% endhint %}

## How ‘position’ works

A clause can be assigned an (approximate) preferred position within a document. Five types of preferred positions are possible:

* at the very beginning of a document
* towards the beginning
* somewhere in the middel
* towards the end
* at the very end

When a preferred position has been assigned to a clause, a user wanting to insert that clause in his/her document will be able to choose “automatic position” instead of the standard options for inserting clauses.

<figure><img src="/files/uw769pTHORPx6yFBeDjs" alt="" width="238"><figcaption></figcaption></figure>

“Automatic position” will be suggested when inserting a clause with a preferred position.

## How to assign a preferred position to a clause

When editing a clause, navigate to *Position* in the navigation menu on the right hand side. You can now select one of the five options listed above for your clause.

<figure><img src="/files/LbrkC3WSpG1mC78JQnHQ" alt="" width="354"><figcaption></figcaption></figure>

<figure><img src="/files/W0V800bPT1Nfon0jJKN2" alt="" width="362"><figcaption></figcaption></figure>

Dropdown list to choose a preferred position.

If you want the clause to no longer have a preferred position, pick choose “N/A”.

Hit <img src="/files/XyF1k8PHWUEB5luNurfo" alt="" data-size="line"> to save your changes.


---

# 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://help.clause9.com/clauses/file-position.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.
