# Getting Started

## Prerequisites

#### Visual Studio

Make sure to have [Visual Studio](https://visualstudio.microsoft.com/vs/) downloaded on your machine.

Before you begin, make sure you have the following installed on your machine:

* [Node.js](https://nodejs.org/en) ( Node v20.\*)

### Build Assets

&#x20; Before running the application we need to build theme assets:

1. Open your project to vs code
2. Start a command prompt window or terminal and change the directory to able-pro/
3. Install packages using one of the following commands

```
yarn install
OR
npm install
```

**This command will fetch all dependencies listed in `/package.json` and place them into`/node_modules` folde**r.

```
npm run dev 
```


---

# 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://phoenixcoded.gitbook.io/able-pro/sveltekit/getting-started.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.
