> For the complete documentation index, see [llms.txt](https://swallow-1.gitbook.io/swallow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swallow-1.gitbook.io/swallow/admin-and-settings/project-management.md).

# Project Management

This page is about using the project overview screen and managing the versions of your model. You can also learn about [Team Management](/swallow/process/team-management.md) and [Governance & Collaboration](/swallow/process/governance-and-collaboration.md) in the 'Process' section.

## Using the project overview screen

On the project overview screen, you can see the full history of your pricing model project.

To return to the project overview screen at any time, simply click the project title in the top left-hand side of your screen.

<figure><img src="/files/08xI4mEkdRDStcdm5LMV" alt="" width="375"><figcaption><p>Project summary at the top left-hand of your screen</p></figcaption></figure>

At the top of your project screen, you'll see the creation date of your project, as well as how many versions of it exist in your account.

The newest version will always be at the top of the page, and you'll be able to see labels that show the state of each version.

<figure><img src="/files/gNbtaT15mcrdgoo7nt6m" alt="" width="154"><figcaption><p>Draft version label</p></figcaption></figure>

<figure><img src="/files/EXkd6AVow5dDbJzEUeIZ" alt="" width="176"><figcaption><p>Approved version label</p></figcaption></figure>

<figure><img src="/files/NPEMg2rQBjSHudFYLIJ4" alt="" width="179"><figcaption><p>Published version label</p></figcaption></figure>

By default, you'll be able to see:

* Model version number
* Model state
* Creation or publish date

By clicking the expand button on the left, you'll also be able to see any version release notes - as well as open up the whole version to explore it.

There's also an 'Expand All' button so you can view all of the version release notes at once.

<figure><img src="/files/iiFCTT5bQ5FpfKUKFaBn" alt="" width="156"><figcaption><p>View version and expand info button</p></figcaption></figure>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://swallow-1.gitbook.io/swallow/admin-and-settings/project-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
