> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/layout-manager/navigating-the-layout-manager.md).

# Navigating the Layout Manager

## Being able to navigate the Layout Manager in DocBits and edit groups and fields is crucial to controlling the structure and appearance of documents.

### Here are the steps to use the Layout Manager and edit groups and fields:

### Navigating the Layout Manager:

#### Opening the Layout Manager:

* Log in to DocBits and navigate to the area where you want to use the Layout Manager.
* You can find this option in "Manage Document Types".

<figure><img src="/files/l8zlKiOYnvRW9fqxBp31" alt=""><figcaption><p>Settings</p></figcaption></figure>

<figure><img src="/files/g8248JNriUWc5jI81lXE" alt=""><figcaption><p>Settings Document Type</p></figcaption></figure>

#### Selecting the Document Type:

* Select the document type you want to edit.
* The Layout Manager will display the structure of that document type.

<figure><img src="/files/fMtMwUH7T4HbQoFIaPMA" alt=""><figcaption><p>Layout Builder Invoice</p></figcaption></figure>

#### Navigating Groups and Fields:

* In the Layout Manager you will see a tree structure that represents the groups and fields of the selected document type.

<figure><img src="/files/2aUlq7OuYb9CBehktJ5n" alt="" width="133"><figcaption><p>Groups</p></figcaption></figure>

* You can navigate through this structure to edit the areas you want.

<figure><img src="/files/yfFeZrpaN0FKEcgpRUuw" alt="" width="135"><figcaption><p>Fields</p></figcaption></figure>

### Editing groups and fields:

<mark style="color:red;">**Note:**</mark>**&#x20;when the Title of a field got changed, you must delete and re-add the field in the layout builder for the changes to take effect.**

#### Adding a group or field:

* Click the "Create new group" button, depending on whether you want to add a new group or field.

<figure><img src="/files/55noP9SJfQhR84oeaFnv" alt=""><figcaption></figcaption></figure>

* Enter the name of the new group or field and select any settings you want, such as the type of field (text, number, date, etc.).

<figure><img src="/files/2O46LUYt8C3lrnEslP5f" alt="" width="329"><figcaption><p>Create a group</p></figcaption></figure>

<figure><img src="/files/kDXs8JrG2gHOPhZLrtLW" alt="" width="323"><figcaption><p>Select field</p></figcaption></figure>

#### Removing a group or field:

* Select the group or field you want to remove.
* Click the "Delete" button or use the appropriate keyboard shortcut (usually "Delete" or "Del").

<figure><img src="/files/4xWBNsHwYbn6FJXLWpPc" alt=""><figcaption></figcaption></figure>

#### Modifying a group or field:

* Double-click the group or field you want to change.
* Change any properties you want, such as the name, position, size, or field type settings.

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

#### Arranging groups and fields:

* Drag and drop groups or fields to change their order or place them inside or outside other groups.

<figure><img src="/files/P2FVZzMbtDwLT86Vaza8" alt="" width="325"><figcaption></figcaption></figure>

#### Saving changes:

* Don't forget to save your changes before you leave the Layout Manager.
* Click the "Save" button.

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

By following these steps, you can effectively navigate DocBits' Layout Manager and edit groups as well as fields within a document type. This allows you to customize the structure and appearance of your documents according to your needs.


---

# 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://docs.docbits.com/administration-and-setup/settings/global-settings/document-types/layout-manager/navigating-the-layout-manager.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.
