> For the complete documentation index, see [llms.txt](https://docs.motar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motar.com/motar-core-services/intro-to-core-services/admin/partners-or-contractors/active-partners.md).

# Active Partners

{% hint style="info" %}
\***Partners (commercial) or Contractors (government)** are determined by your license type and they function the same. The documentation below we will reflect the commercial partner side, however, understand, that if you have a government instance you will see contractors in lieu of partners.&#x20;
{% endhint %}

**Click** the "+ Partner\*" button to add a new Partner\* company.

<figure><img src="/files/Te8sf9xVt7XPtsOdClRk" alt=""><figcaption></figcaption></figure>

The button will launch the Add Partner\* Company Modal. The admin is required to fill in the fields shown on the modal below to create a new Partner\* Company.

<figure><img src="/files/4bh1yoZAfbtelC9uz362" alt=""><figcaption></figcaption></figure>

After filling out the required fields, **Click** the "Add" button.

### Editing Partners\*

**Click** the ✏️ icon to access that Partner\*.&#x20;

<figure><img src="/files/4pdUcTy6MTKCUQM7lj2y" alt=""><figcaption></figcaption></figure>

The pencil opens that Partners\* page where you have the option to edit details or deactivate.

<figure><img src="/files/wq4UfkZ5QFB3J1pzdyFK" alt=""><figcaption></figcaption></figure>

**Clicking** <mark style="color:$danger;">**Deactivate**</mark> will prompt you with a modal to move this Partner\* to the deactivated tab.

<figure><img src="/files/KDu7hwKtdihqrFc9kA26" alt=""><figcaption></figcaption></figure>

**Type** "Deactivate Partner\*" in the text box.

**Click** the "Deactivate" button.

All Deactivated Partners are found in the '**Deactivated**' tab.

***


---

# 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.motar.com/motar-core-services/intro-to-core-services/admin/partners-or-contractors/active-partners.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.
