# Structure

Here you decide what fields to use when creating, copying or changing an article.&#x20;

In some places the user can choose to create or copy an article. A modal is opened. Here is the place where you set which fields the user will see in those modals, regarding the article, and be able to fill these with data.&#x20;

1. Drag the fields that you want to use from right to left into the box.
2. And then you can change the order of the fields by holding down the mouse button on the three lines to the left.
3. Some fields are configurable, if they are, they have a cog icon to the right if they are in the left box. By clicking the cog icon, you can change the configuration for that field.
4. You can remove a field by clicking on the remove icon.

![](/files/N9YdtNvUCj8oI4uf3n6M)


---

# 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.navigaglobal.com/dashboard-writer/4.2.1/admin/config/structure.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.
