Project
You Ascend Project is home to all your Ascend Flows and configurations needed to run those flows. In this guide we'll walk you through how to set up your first Project in Ascend.
Before you begin:​
- You must have an Instance Vault and Instance Store set up.
- You must have an Environment Vault and Environment Dataplane set up.
- You must have a Git Repository set up.
Creating an Ascend Project​
- In the Ascend UI, navigate to the instance settings (Ascend.io Instance: <instance-name> -> Settings -> Projects)
- Click the Add your First Project button.
- Fill out the following fields:
- Title: Give your project an appropriate name.
- Repository: Select a repository from the dropdown. If you do not have a repository set up, you can set one up here.
- Project Root: Enter the path to the directory where your project will be stored within your repository. This can be empty to store the project at the root of the repository.
tip
It is okay if the project root does not have any files and folders in it. We will walk you through how to set up your first project in our Quickstart Guide.
- Click Save.
Next Steps​
Now that you have created your project, you can create your first Workspace to start building.