# Plan browser

### Main view

Plan browser allows you to manage all plans created by users.

1. Load plans button will load all plans inside instance
2. Filter button will filter out results based on options provided above (point 3.)
3. Filter options will help to find plans.
4. Plans are dispalyed as rows. Each row contains the most important informations that will help to uniquely identify given plan. More details are available under "More" button options.

<figure><img src="/files/9EXiGZakf8Z0AHMkI1cI" alt=""><figcaption></figcaption></figure>

### Options

Options are dependent on plan state. Inside you can choose from:

1. Details - details will present all information including readonly diagram for given plan.
2. Create workspace from plan - this option is available if plan do not have any associated workspaces. If you click on this, new workspace is created and plan is associated with it. Association is visible on both plan browser and workspaces page. **You can choose any workspace name. Visible name is just a suggestion.**

<figure><img src="/files/phufT9ciicv3VEiB3zAF" alt=""><figcaption><p>Creating workspace from plan.</p></figcaption></figure>

1. Select workspace - if plan have associated workspace, instead of searching workspace inside Workspace page, you can click on this button to select associated workspace.
2. Delete - removes a plan. Removed plan disappears from user view as well.

{% hint style="warning" %}

* Associated workspace is NOT removed with this operation.
* Associated issue is NOT removed with this operation.
  {% endhint %}

<figure><img src="/files/U86f785YFP1GTz8fEDB0" alt="" width="188"><figcaption><p>Example plan details</p></figcaption></figure>

<figure><img src="/files/vE6olqNAz6UJyGdTlN48" alt=""><figcaption><p>Example workspace &#x26; plan association visible in Workspaces page.</p></figcaption></figure>

<figure><img src="/files/Axl6nPR1th0mSo1ji8Un" alt="" width="188"><figcaption><p>Options for plans that do not have any associated workspaces</p></figcaption></figure>

<figure><img src="/files/j5G1YvwGeIdAohu4wwdz" alt="" width="188"><figcaption><p>Options for plans that do have associated workspaces</p></figcaption></figure>

<figure><img src="/files/XMAzbZCAboIqvjQ5G43V" alt=""><figcaption><p>Removing a plan</p></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.silessian.com/planapply-for-jira-cloud/admin-features/plan-browser.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.
