# Functional Contacts

The Functional Contact entity is used to create a contact and assign them to a Functional Role. A Functional Role may have multiple Functional Contacts and a Functional Contact may have multiple Functional Roles. The relationship between a role and a contact is housed in the Functional Contact.

| Functional Contact | Functional Role |
| ------------------ | --------------- |
| Alexa              | Billing         |
| Gunnar             | Billing         |
| Jane               | Accounting      |
| Gunnar             | Accounting      |

In the example above, **more than one person** appears in the same **Functional Role** and the user **Gunnar**, belongs to more than one **Functional Role**.

### How to Create Functional Contacts:

* Go to **Subscription and Recurring Billing Management App --> Others --> Functional Contacts -->** Click on **‘+New’.**

![](/files/-MayndTAMlkkiDsEP7zj)

* Enter the following details in the below fields:
  * **Name:** The name of the Functional Contact generated by the system made up of the Contact concatenated with the Functional Role and Account.&#x20;
  * **Customer:** Identifies the Customer associated with the Functional Contact. The Customer can be an Account or a Contact. When using Account, this is typically the Account to which the Contact belongs.&#x20;
  * **Functional Role:** Identifies the Functional Role to which this contact is linked.&#x20;
  * **Contact:** Identifies the Contact associated with the account that is selected in Customer.
* Click on **Save.**

![](/files/-MaynlGRC7g0jR1cWRmM)

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# 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/subscription-and-recurring-billing-management/setup-areas/functional-contacts.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.
