# Visual Studio Item Templates

{% hint style="info" %}
More templates will be added soon
{% endhint %}

When creating new components and pages, it might be great to know exactly where and how to start. Visual Studio Item Templates are exactly meant to help with that!

List of all Item Templates:

* PlutoFramework page - Create a new page with top navigation bar, correct background...
* PlutoFramework popup - Create a bottom popup window that tracks the state changes, had animations...

More Item Templates may be created as needed.

## Install Item Templates (Windows)

All of the PlutoFramework's item templates are located in `VisualStudioTemplates` folder.

Now, locate a `Documents\Visual Studio 2022\Templates\ItemTemplates\C#` folder on your computer and copy the `.zip` files.

<figure><img src="/files/0w3Kwd1iQYWXyE5Uja3j" alt=""><figcaption><p><code>Documents\Visual Studio 2022\Templates\ItemTemplates\C#</code>  folder</p></figcaption></figure>

Now restart the Visual Studio (or the entire computer) to see the newly added Item Templates.

When creating a new item, you should see the new templates like PlutoFramework page...

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

source: <https://learn.microsoft.com/en-us/visualstudio/ide/how-to-create-item-templates?view=vs-2022#manually-create-an-item-template>

## Install Item Templates (Other platforms)

Try following this guide or find your own solution: <https://learn.microsoft.com/en-us/visualstudio/ide/how-to-create-item-templates?view=vs-2022#manually-create-an-item-template>


---

# 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://plutolabs.gitbook.io/plutoframework/make-your-application/visual-studio-item-templates.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.
