# Configuration

Map My Relationships solution has two custom controls – **Map My Relationships** and **Map My Connections.**

**Map My Relationships** view is a reusable component that can be used and configured for any system (OOB) or custom entities. In a nutshell, to add Map My Relationships view for any entity we first need to add a field(Text Type of field) on the form and need to bind the 'Map My Relationships' control to that field.

Given below are the detailed steps for the same:

* [Add Map My Relationships control on the form](https://docs.inogic.com/map-my-relationships/configuration/add-map-my-relationships-control-on-the-form)
* [Get Relationship Schema name](https://docs.inogic.com/map-my-relationships/configuration/get-relationship-schema-name)
* [Set parameters to bind Relationships](https://docs.inogic.com/map-my-relationships/configuration/set-parameters-to-bind-relationships)
* [Advanced Configuration](https://docs.inogic.com/map-my-relationships/configuration/advanced-configuration)

**Map My Connections** control, as the name suggests would focus only on managing the connections for a respective entity record. The idea behind developing this connection control is to simplify the way of creating and updating the connections and manage them efficiently. This control allows user to see the connections in both grid as well as relationship view format (Network Style UI).

Given below are the detailed steps for the same:

* [Add Map My Connections on the form](https://docs.inogic.com/map-my-relationships/configuration/add-map-my-connections-control-on-the-form)


---

# 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.inogic.com/map-my-relationships/configuration.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.
