Getting Started

When launching your server for the first time, the Alph Editor start page will appear, allowing you to quickly create files and access other resources.

Our online IDE consists of four main sections: the file management sidebar, the main code interpreter (once a file is open), commonly used integrated developer tools, and the AI chat window.

In the top left corner, you can switch servers or access Jupyter Lab by clicking on the server card.

Develop with Agent Alph

Harness the full potential of the environment’s AI capabilities through the chat window or direct augmentation in the code interpreters and terminal.

Ask Agent Alph to write code, generate project ideas for your environment, or even train simple deep learning models. All generated code is easily accessible and can be edited as needed.

AI Chat Window

You can ask Agent Alph anything. You’ll see a set of suggestions to get you started. These questions are tailored to the file you’re working on.

Once you receive an answer, you’ll see a list of follow-up suggestions to help further accelerate your workflow.

Direct Augmentation

Take full advantage of the AI’s capabilities through direct augmentation. Simply press CTLR+K in the terminal or one of the code interpreters and input your request.

Integrated Development Tools

A number of powerful built-in tools are available in the bottom center section of the Alph Editor.

Graph

To generate insights from a file, select it and click on the “Graph” section, then choose “Extract.” This will provide you a knowledge graph, summary, and other details such as key findings, allowing you to quickly grasp the most important information.

You can also download the knowledge graph to share the visualization showing the different interconnected data points within the file.

For a seamless experience, turn on “Auto Extract.” This will automatically run the extraction process each time you select a file.

Code Interpreter

An additional interpreter is provided, allowing for simultaneous coding alongside your main projects.

Dedicate this space for on the go calculations or AI related tasks that complement your primary workflow.

Terminal

A built-in terminal provides easy access to your files for ease of operations.

You can change, add, or delete terminal windows via the buttons to the far right of the section.

Port Forward

Run your application on your local host via the terminal and view it here. Once online, a secure public URL is generated on the far right of the section. This URL will remain live as long as your application is running.

To change the port number, stop the server on the “Manage Servers” page, click on server’s “Edit” button, and modify the number under the “Port” section.