# Relationship types

As an admin user you will be able to set up the different type of relationships that a business concept can have with other resoures. This can be done in the 'Administration' module in the 'Relations' option.

<figure><img src="https://content.gitbook.com/content/1aFF3in3SC5wRFIJOZdt/blobs/bmNS1BYqmTJw1Y4oDmrv/image.png" alt=""><figcaption></figcaption></figure>

## New type of relationship <a href="#id-2.5typesofrelationships-newkindofrelationship" id="id-2.5typesofrelationships-newkindofrelationship"></a>

To register a new type of relationship, you must give it a name and indicate the resource you are establishing the relationship with, which can be another business concept, a data structure or a quality implementation.

* **Concept**: concepts can be linked to other concepts and you may want to define different types of relationships, e.g. parent of, calculated from, etc.
* **Structure:** concepts can be linked to one or more data structures. You can link concepts to structures without having to set up a type of relationship, these relationships will be displayed as "Link to field" when viewing the concept's info. But if you want to mark a special type of relationship, this has to be done by defining a type of relationship in this Admin module and they will be displayed as "Master link to structure"
* **Implementation:** concepts can be linked to quality implementations. You can link concepts to implementation without giving the relationship a specific name and when viewing the concept's info, they will be displayed as "Link to implementation". But you may want to create different type of relationships and this has to be done in this Admin module.

![](https://content.gitbook.com/content/1aFF3in3SC5wRFIJOZdt/blobs/MZdHQJD3LDzMysWc3pn8/image.png)

## Deleting a relationship type <a href="#id-2.5typesofrelationships-deletingarelationshiptype" id="id-2.5typesofrelationships-deletingarelationshiptype"></a>

A relationship type can be deleted so it can no longer be used when linking resources. This deletion will not cause the deletion of existing relationships of this type but existing relationships will continue to exist without any type. For example, if we have a concept linked to a structure with a master type and we delete the master relationship type, the link will continue to exist but will not be marked as master.


---

# 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.truedat.io/v7.12/administration/relations.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.
