> ## Documentation Index
> Fetch the complete documentation index at: https://docs.compyle.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

### Set Access and Configuration

Next, define your repository’s access settings:

* **Private repository** – Only you and authorized collaborators can access it.
* **Public repository** – Anyone can view and contribute.

You can also configure:

* **.gitignore template** – Defines which files to exclude from version control (such as API keys or secrets). The template varies depending on your project’s language.

***

### Previews

Previews are now live you can preview your code in the [**Preview** Tab](/features/preview) to check it out.

### Move to the Main Dashboard

After setup, you’ll be redirected to the **Task Assignment** view.\
Here, you can **create your first task**, give it a clear name, and start building your project with Compyle.

You’ll also see an option called **Skip Research**:

* Enabling this tells the model **not to analyze your existing code**, and to focus only on the new task.
* This is useful when starting from scratch with an empty repository.
* However, if your project already contains code, skipping research can reduce accuracy — since the model won’t understand your current structure or dependencies.

By default, research is enabled to ensure the model produces accurate, context-aware code.

<Callout type="info" icon="pencil" color="#3B82F6">
  When creating a task, write a **detailed description** of what you want to build.\
  This helps the model understand your intent and generate more precise results.
</Callout>

<Frame caption="Creating a New Task in Compyle">
  <img className="block dark:hidden rounded-2xl my-4" src="https://mintcdn.com/compyle-01176785/KJ2BcQNrBoDXYyxX/images/compyle-light-new-task.png?fit=max&auto=format&n=KJ2BcQNrBoDXYyxX&q=85&s=cf400d205d2c8d558e09aa87a6387807" alt="Compyle New Task Light" width="1468" height="798" data-path="images/compyle-light-new-task.png" />

  <img className="hidden dark:block rounded-2xl my-4" src="https://mintcdn.com/compyle-01176785/KJ2BcQNrBoDXYyxX/images/compyle-dark-new-task.png?fit=max&auto=format&n=KJ2BcQNrBoDXYyxX&q=85&s=a9893f063eca86af586979e859060a32" alt="Compyle New Task Dark" width="1468" height="798" data-path="images/compyle-dark-new-task.png" />
</Frame>

***

### Model Selection

You can choose the model you want to work with based on your plan:

* **Free Plan:** Access to **GLM 4.6**, ideal for general tasks.
* **Pro** and **Pro+ Plans:** Unlock access to advanced models for higher performance and faster responses.

***
