# Manage Organisation

Within the *Manage Organisation* section of the side menu, you can manage the following:

* Administrators, see the [Manage Organisation Administrators](https://github.com/Meeco/docs/blob/main/guides/api-guides/manage-organisation-administrators/README.md) tutorial for more information.
* Account Settings, includes *General* and *Authorisation* details.

### View Account Settings

Organisation Administrators can view their Organisation’s account settings by navigating to *Manage Organisation* on the left-side menu of the SVX Portal, and selecting *Account Settings*. Here you will see two tabs:

* General
* Authorisation

Under the *General* tab the following information is presented:

* Organisation name
* Organisation URL
* Organisation ID
* Organisation DID
* Associated Schema(s)
* Logo URL

> **Note** The Organisation ID is designated by the SVX Portal at the time the Organisation is created.

Under the *Authorisation* tab the following information is presented:

* The Organisation’s *Passphrase*.

> **Note** For security reasons the Organisation’s Passphrase will appear hidden by default. Click on the eye icon 👁 to view the entire Passphrase.

### Edit Account Settings

To edit your Organisation’s details, select the *Edit* button on the *Account Settings* page under the *General* tab. The information will be presented as an editable form where you can update / change the following information:

* Organisation name
* Organisation URL
* Logo

To change the Organisation’s logo either drag and drop the new logo file into the outlined logo box or select *click here* to navigate to the new logo’s location on your device. The new logo will appear in the preview box.

When complete, select *Save* to save changes, or *Cancel* to discard changes.

> **Note** By design, the Organisation’s Passphrase cannot be edited. For more information see our definition of [Passphrase here](/concepts/terminology.md#passphrase).


---

# 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.meeco.me/guides/portal-tutorials/organisation-administrators/manage-organisation.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.
