# Applications

## Overview

Applications are discrete namespaces that correspond to specific markets and/or use cases, within which roles, topics, and channels are configured. Organizations are the administrators of applications.

***

## User Guide

### Pre-requisites

* User logged into Switchboard
* An organization was created

#### Create an Application

1. In the Organization Management page, click on the action button right next to the organization that you want to add a new application

<figure><img src="/files/WZBP3RUDgMU0VtL4bODJ" alt=""><figcaption><p>Create application</p></figcaption></figure>

2. Fill in the application details and scroll down to click `Next`

<figure><img src="/files/Uly2eP8wpy0iENhMmX5z" alt="" width="375"><figcaption><p>New application details</p></figcaption></figure>

3. Confirm the details and submit to complete application creation

{% hint style="success" %}
Note that any application namespace you define will automatically be created under an “apps” subdomain within your organization’s namespace. For example, if your organization’s namespace is “`exampleco.iam.ewc`" and you wish to create a new subdomain for an application you call "DERmanager," then your resulting namespace will be "`dermanager.apps.exampleco.iam.ewc`" (the "apps" subdomain is added automatically, to organize applications separately from other subdomains).
{% endhint %}

Once you have completed all steps to create the new application, your `Application Management` tab should appear similar to the image below:

<figure><img src="/files/5cNVq9kuGLG6CMpI9Cle" alt=""><figcaption><p>Application Management</p></figcaption></figure>

#### Modify an Application

1. In the Application Management page, click on the action button right next to the application that you want to edit

<figure><img src="/files/5IeVVAb6JwPg4CpdkbdI" alt=""><figcaption><p>Edit application</p></figcaption></figure>

2. Update application and scroll down to click `Next` and confirm your changes

<figure><img src="/files/WmO0h6wLx2FCC0tihqre" alt="" width="375"><figcaption><p>Update application</p></figcaption></figure>

#### Remove an Application

In the Application Management page, click on the action button right next to the application that you want to delete

<figure><img src="/files/fxOkR4KnXFeky6Y9fEjv" alt=""><figcaption><p>Delete application</p></figcaption></figure>

***

{% hint style="success" %}
You have several possible actions, similar to your options under organization management. Note that you also have the option to filter your applications by the organization; this may be helpful if, for example, different subsidiaries within your corporate umbrella wish to manage applications separately, but you as a designated super admin need to be able to view all of them.
{% 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.energyweb.org/energy-solutions/digital-spine-by-energy-web/component-guides/self-sovereign-identities/technical-guide/applications.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.
