# Manage Organization

This section is available in the <mark style="color:blue;">**`Issuer Profile`**</mark> button on the header section of the platform. It allows admins to see generic information regarding their organization as well as to manage users and roles, [certificate templates](/certishop-webapp/create-a-certificate-template.md) and API keys.

### Create an Organization

Once you sign up on WalliD CertiShop for the first time, you'll be required to provide a name for your Organization. After completing this step, the platform will create a [Certificate Authority](broken://pages/Gcq00HbJqKZIltsEwQsp) with the same name and a unique identifier that will be used as source of truth and to sign all the certificates that will be issued.

### Check Organization info

Organization name and photo can be edited in the <mark style="color:blue;">**`pencil icon`**</mark> on the to right end of the dashboard. Users can also confirm their organization DID address on the blockchain and their current usage measure by number of certificates issued and templates created.

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

### Manage members and roles

To add a new user to your organization click on <mark style="color:blue;">**`+`**</mark> button on `users` tab Manage their roles according to your organization needs

<table><thead><tr><th width="323">Permissions/Roles</th><th width="148" align="center">Owner</th><th width="140" align="center">Admin</th><th align="center">Member</th></tr></thead><tbody><tr><td>See config settings </td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td></tr><tr><td>Leave workspace</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td></tr><tr><td>Create  and Delete  Templates</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Invite team members to workspace</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Edit configs</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Delete configs</td><td align="center"><strong>x</strong></td><td align="center"><strong>x</strong></td><td align="center"></td></tr><tr><td>Remove team members</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr><tr><td>Change team members' roles</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr><tr><td>Delete Organization</td><td align="center"><strong>x</strong></td><td align="center"></td><td align="center"></td></tr></tbody></table>

### API Keys

You can also create, delete and manage API keys that allow your organization members to use CertiShop via [API requests](/certishop-sdk/intro.md).

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


---

# 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.wallid.io/certishop-webapp/manage-organization.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.
