# What is WorkSpace & what can you do with WS?

<details>

<summary>Q: <strong>What is the Workspace management app?</strong></summary>

A: The Workspace management app allows administrators to manage and customize Workspaces for their organization.

</details>

<details>

<summary>Q: <strong>How can I view all workspaces in my organization?</strong></summary>

A: Go to the Workspace management page. You will see a list of all workspaces, each showing:

* WS code (unique code)
* WS name
* Members (number of members)
* Owner
* Admin
* Created date

</details>

<details>

<summary><strong>Q: How can I find a workspace?</strong></summary>

A: Use the search bar on the Workspace management page. You can search by workspace name. The system will show auto-suggestions after you type at least two characters.

</details>

<details>

<summary>Q: H<strong>ow can I view details of a workspace?</strong></summary>

A: Click on a workspace in the list to open its Workspace detail form and see more information.

</details>

<details>

<summary>Q: <strong>How do I create a new workspace?</strong></summary>

A:

* Click the **Create WorkSpace** button on the Workspace management page.
* Fill in the required information:
  * **WorkSpace code:** Unique, 3–30 characters, letters and numbers only (no special characters).
  * **WorkSpace name:** Unique within your organization, 3–30 characters, special characters and numbers allowed.
  * **Description:** Up to 300 characters, special characters and numbers allowed.
* Click **Create**.
* Confirm by clicking **OK**. Click **Cancel** to abort.

</details>

<details>

<summary>Q: <strong>How do I delete a workspace?</strong></summary>

A: The delete workspace feature is in developing and will be released soon.

</details>

***

**Reference:**\
[How to create a workspace](https://silvertiger.atlassian.net/wiki/spaces/IP/pages/116391938/How+to+create+a+workspace)Preview

If you need more detailed questions or want to customize the FAQ, just let me know!


---

# 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://oten.gitbook.io/identity-support/support/support-center/what-is-workspace-and-what-can-you-do-with-ws.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.
