# Introduction

## Commands

The CLI is accessible by using&#x20;

```
rpyc <command>
```

it has the commands

* config | Open config menu
* devforum | Open devforum post in your browser
* discord | Open the discord server in your browser
* github | Open the github page in your browser

Everything else will open the help guide.

***

```
rpyc config
rpyc devforum
rpyc discord
rpyc github
```

## Config

Configuration allows you to modify roblox-pyc and is **REQUIRED** for C and C++ to give it the&#x20;

std, stdlib, dynamiclib.

Using the config command will give you options on which languages you want to modify, then some more individual settings.&#x20;


---

# 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://robloxpyc.gitbook.io/roblox-pyc/cli/introduction.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.
