# Guides

- [Getting familiar](https://code.thebaselab.com/guides/getting-familiar.md): An overview of Code App's interface and main features.
- [Your first program in Python](https://code.thebaselab.com/guides/your-first-program-in-python.md): Learn to write Python script and install third party packages using pip.
- [Creating a Node.js project](https://code.thebaselab.com/guides/creating-a-node.js-project.md): In this guide, we will build a simple web server using Node.js and Express.
- [Version Control](https://code.thebaselab.com/guides/version-control.md): Use the built-in support for Git to manage your code.
- [Connecting to a remote server (SSH/FTP)](https://code.thebaselab.com/guides/connecting-to-a-remote-server-ssh-ftp.md): Connect to a self-hosted server and get access to its files, terminal and network resources.


---

# 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://code.thebaselab.com/guides.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.
