# Code App

## Code App

- [Code App Documentation](https://code.thebaselab.com/code-app-documentation.md): Code App is a MIT-licensed desktop-class code editor for iPadOS with built-in Node.js, Python, C, C++, PHP and Java runtime.
- [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.
- [Building Code from source](https://code.thebaselab.com/extras/building-code-from-source.md)
- [Frequently Asked Questions](https://code.thebaselab.com/extras/frequently-asked-questions.md)
- [Supported Languages](https://code.thebaselab.com/extras/supported-languages.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://code.thebaselab.com/code-app-documentation.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.
