# Installing VS Code Extension

This guide covers how to install the AutoRABIT extension in Visual Studio Code and configure the required Salesforce tooling support.

***

## Installing Visual Studio Code Extension

1. Visit the Visual Studio Marketplace and click the **Install** button for the AutoRABIT extension.

   <figure><img src="https://cdn.document360.io/8711f4e7-c040-4616-aac9-d947f87e4619/Images/Documentation/image-681.png" alt="Marketplace Install" width="375"><figcaption></figcaption></figure>
2. When prompted, allow your browser to open VS Code. Then, click **Install** again within VS Code to complete the extension installation.
3. Once installed, you will see the **AutoRABIT** logo in the **Activity** bar on the left-hand side of the VS Code interface.
4. On the extension detail page in VS Code, you can review:

   * **Feature Contributions**: Commands, view containers, and UI elements added by the extension.
   * **Changelog**: Release notes and version history for the extension.

   <figure><img src="https://cdn.document360.io/8711f4e7-c040-4616-aac9-d947f87e4619/Images/Documentation/image-998(1).png" alt="Extension Overview" width="563"><figcaption></figcaption></figure>

***

## Installing Salesforce CLI

To enable full Salesforce development support in AutoRABIT and VS Code, install the **Salesforce Extension Pack**:

1. Open VS Code.
2. Click the **Extensions** icon in the Activity bar.
3. Search for and install **Salesforce Extension Pack**.

   <figure><img src="https://cdn.document360.io/8711f4e7-c040-4616-aac9-d947f87e4619/Images/Documentation/image-1624076274583.png" alt="Salesforce Extensions" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
**Important Note:**\
The **Salesforce Extension Pack** installs the following:

* Salesforce CLI Integration
* Apex
* Apex Interactive Debugger
* Apex Replay Debugger
* Lightning Web Components
* Aura Components
* Visualforce
* Salesforce Lightning Design System (SLDS) Validator
  {% 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://knowledgebase.autorabit.com/product-guides/arm/integration-and-plugins/visual-code-extension/installing-vs-code-extension.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.
