> For the complete documentation index, see [llms.txt](https://support.ordereazi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ordereazi.com/sales-features/settings/organization-setup/advanced-settings.md).

# Advanced Settings

## Summary

Personalize your workflows by defining the sections for your Organization. These sections will be used in workspaces, project statuses, and other areas, allowing you to tailor the system to your specific terminology and use case.

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

<figure><img src="/files/6Abm4yq0muLdVhImGOaJ" alt=""><figcaption><p>Workspace</p></figcaption></figure>

## Editing Sections

You are able to change the name and order of your sections to match your Organization's terminology. You can also create new sections and remove sections as needed.

* Click on the section name to edit it.\
  ![](/files/C57O39b1sV1ECjvFjB1e)<br>
* Drag-and-drop the section into the correct order by using this button.\
  ![](/files/HyQA7LEvHU79qzqHp5p3)<br>
* Click the Add Section button to add a new section.\
  ![](/files/1TQ4U8e5wQ1EJ2WwKxgD)
* Click the Delete button to remove a section.\
  ![](/files/crIC380VC7UtHrVMsAJr)\
  \
  Please note that if there is no Delete button available for a section - it cannot be removed. You may still rename these sections.

## Reset Sections to Defaults

To restore the original settings, click the red Reset to Defaults button. This can be useful if you want to start over or if you've made changes that are causing problems.

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


---

# 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://support.ordereazi.com/sales-features/settings/organization-setup/advanced-settings.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.
