# Getting Started

### Basic Workflow

In C.Scale, the basic workflow is:

1. [Create a Project](https://docs.cscale.io/users-guide/create-a-project)
2. [Set a Baseline](https://docs.cscale.io/users-guide/create-a-project/set-a-baseline)
3. [Reduce Emissions](https://docs.cscale.io/users-guide/reduce-emissions)
4. [Compare Scenarios](https://docs.cscale.io/users-guide/compare-scenarios)
5. [Portfolio](https://docs.cscale.io/users-guide/benefits-of-an-organization-account/create-a-portfolio)

### Methodology

C.Scale's calculations are documented in [The C.Scale Data Model](https://docs.cscale.io/the-c.scale-tm-data-model/model-structure).

### Get in touch!

If you'd like to offer feedback on C.Scale or the documentation, please [**get in touch**](mailto:hi@cscale.io)**.**


---

# 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://docs.cscale.io/users-guide/getting-started.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.
