> For the complete documentation index, see [llms.txt](https://docs.robpod.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robpod.cloud/get-started/installation/install-plugin.md).

# Install Plugin

Follow these steps to install Robpod Studio **Plugin** on your existing PyCharm installation.&#x20;

You can install Robpod Studio Plugin in two different ways:&#x20;

* Plugin .zip installer
* Plugin Repository URL

{% tabs %}
{% tab title="Plugin Installer" %}

1. [Download](https://download.jetbrains.com/python/pycharm-community-2023.2.7.exe?_gl=1*5zilwi*_gcl_au*NjQzNTY1NzQxLjE3MTg2OTY5MjE.*_ga*MTc3Njg1NTkzNS4xNzE4Njk2OTE4*_ga_9J976DJZ68*MTcxOTA3MDU0OS4yLjEuMTcxOTA3MDcwOS4yMi4wLjA.&_ga=2.14101631.996091142.1719070550-1776855935.1718696918) PyCharm Community 2023.2.
2. Run the installer and follow the wizard steps.
3. Run PyCharm. To run PyCharm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin.
4. [Download ](https://github.com/robpodcloud/robpod-studio/releases/latest/download/robpod-studio-plugin.zip)Robpod Studio Plugin installer **.zip**.
5. Inside Pycharm navigate to **File -> Settings -> Plugins -> Install Plugin from disk...**

   <figure><img src="/files/kny6gvmsA3izNDrcDzcX" alt=""><figcaption></figcaption></figure>
6. Select Robpod Studio Plugin **.zip** file.
7. OK.
8. Restart PyCharm.
   {% endtab %}

{% tab title="Plugin Repository" %}

1. [Download](https://download.jetbrains.com/python/pycharm-community-2023.2.7.exe?_gl=1*5zilwi*_gcl_au*NjQzNTY1NzQxLjE3MTg2OTY5MjE.*_ga*MTc3Njg1NTkzNS4xNzE4Njk2OTE4*_ga_9J976DJZ68*MTcxOTA3MDU0OS4yLjEuMTcxOTA3MDcwOS4yMi4wLjA.&_ga=2.14101631.996091142.1719070550-1776855935.1718696918)[ ](https://github.com/robpodcloud/robpod-studio/releases/latest/download/robpod-studio-setup.exe)PyCharm Community.
2. Run the installer and follow the wizard steps.
3. Run PyCharm. To run PyCharm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin.
4. Inside Pycharm navigate to **File -> Settings -> Plugins -> Manage Plugin Repositories...**

   <figure><img src="/files/1aXxh39Y1nFIKznHqMOh" alt=""><figcaption></figcaption></figure>
5. Add Robpod Repository URL: `https://raw.githubusercontent.com/robpodcloud/robpod-studio/main/repository/updatePlugins.xml`
6. Open the Marketplace tab and search for Robpod Studio.

   <figure><img src="/files/phXtyZ6DExSGLqZ1juCt" alt=""><figcaption></figcaption></figure>
7. Install.
8. OK.
9. Restart Pycharm.
   {% endtab %}
   {% endtabs %}

When you run Robpod Studio for the first time, you can take [several steps](/get-started/first-steps.md) to complete the installation, customize your instance, and start working with the IDE.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.robpod.cloud/get-started/installation/install-plugin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
