> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/newsroom-planner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/newsroom-planner/6.0.3/admin-guide/settings/customization/advanced-concept-settings.md).

# Advanced concept settings

![](/files/PAh9JbJkrNCHAWlj89ym)

In order to turn on the ability to store relations of certain links throughout the application `Store relation information in document` needs to be turned on.

By activating this a depth counter will appear. This alters the depth of the requests thats being made in order to get relation information. By itself it will only get the information about relations, but in order to actually store the information we need to turn on the storing on each specific tag type we want to store information for. [See appendDataToLink here ](/newsroom-planner/6.0.3/admin-guide/settings/customization/loadable-components/tags.md#configuration-keys)

**Example**:

Imaging following concept hierarchy

`Paris` > `France` > `Europe` > `Earth` > `Milky Way`

If I was about to add `Paris` as a concept to an item with store relation activated it would also fetch information about its parents until chosen depth.

Following the image above my item would then receive information about `Paris` and as children under the concept, links pointing to `France`, `Europe` and `Earth` would also appear because of the depth of 3.

```xml
<link rel="place" title="Paris" type="x-im/place" uuid="6fba3390-b57d-48f3-b279-4df41d416e98">
    <links>
        <link rel="broader" title="France" type="x-im/place" uuid="4861907b-dfa2-45f7-98c9-f30a098e1d86"/>
        <link rel="broader" title="Europe" type="x-im/place" uuid="ea8710df-d146-4416-95e3-f258389924eb"/>
        <link rel="broader" title="Earth" type="x-im/place" uuid="e9cd3930-ef6a-4843-b86e-1e1bd707de61"/>
    </links>
</link>
```


---

# 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.navigaglobal.com/newsroom-planner/6.0.3/admin-guide/settings/customization/advanced-concept-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.
