> For the complete documentation index, see [llms.txt](https://apollo-wiki.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apollo-wiki.gitbook.io/wiki/code/pros/creating-a-pros-project.md).

# Creating a PROS Project

Once you've installed PROS and the requisite VSCode extensions, you'll need to create a project to start coding. Here's how to do so:

1. In a VSCode window, navigate to the PROS side menu. Under `Conductor` , click `Create project` to create a new project.

<div align="left"><figure><img src="/files/l0S2btP8S7gGsatilyzK" alt="" width="339"><figcaption></figcaption></figure></div>

2. VSCode will prompt you for a location in which to create a new project. The project will be located in a new folder within this directory. Usually, to keep code organized, most people create a folder within their `Documents` folder for their PROS code projects.
3. Than, VSCode will prompt you for a project name, with the default being `my-project`.

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

4. Than, VSCode will prompt you for the platform you intend to run the program on. Unless you are using VEX Cortex, select the `v5` option.

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

5. Than, VSCode will prompt you for the version of the Kernel you want to run. Typically it is best to choose the default, latest, version of the kernel. The latest version is 4.0.6 but the most stable version is 3.8.0. Choose that

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

6. PROS will than do its thing in the background, and if all goes well, your VSCode window should refersh with the created PROS Project folder open!


---

# 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://apollo-wiki.gitbook.io/wiki/code/pros/creating-a-pros-project.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.
