> For the complete documentation index, see [llms.txt](https://kb.hostednetwork.com.au/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.hostednetwork.com.au/support/partner-portal/security/account-permissions.md).

# Account Permissions

The Partner Portal enables you to manage contacts, granting them access to the portal under their own accounts. However, it's essential to configure permissions to ensure they can perform specific actions within the Partner Portal. Here's how you can set the Account Permissions for a contact:

**Step One: Login to the Partner Portal**

* Login to the Partner Portal: <https://partners.hostednetwork.com.au&#x20>;

**Step Two: Navigate to Contacts**

* Click Settings, then select Contacts

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

**Step Three: Choose the Contact**

* From the list of contacts, identify and click on the contact whose permissions you wish to update.

<figure><img src="/files/rVAHf0jbfuo2vOwrHlnf" alt=""><figcaption><p>Select your Contact</p></figcaption></figure>

**Step Four: Update Account Permissions**

* Scroll down the contact's profile page until you reach the 'Account Permissions' section.
* Check the box next to each permission you want to grant the contact.

<figure><img src="/files/VliCur1JadHYaatetgqb" alt=""><figcaption><p>List of Contact Permissions</p></figcaption></figure>

**Step Five: Save Changes**

* After selecting the desired permissions, click on 'Proceed' or 'Save Changes' to apply the updates.

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

**Step Six: Confirm Changes**

* Once saved, you will be redirected to the Contact Summary page where you will see the list of permissions assigned to the contact next to Permissions.

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


---

# 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://kb.hostednetwork.com.au/support/partner-portal/security/account-permissions.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.
