> For the complete documentation index, see [llms.txt](https://foton.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foton.gitbook.io/introduction/creators/create-a-project.md).

# Create a Project

Once you've created a Studio the very first thing you'll be required to do is to add a Project. \
Projects are basically containers for your Collections but they can contain also individual items that don't belong to any collections. In this case the Project will behave as a Collection and will have similar features. \
\
The most used case for a Project is to behave as a Brand or personal IP that holds and manages all your Collections. This can be a sneakers brand, a game, an artist name, etc.&#x20;

<figure><img src="/files/SS2YvfPPIV80bBLio12Q" alt=""><figcaption><p>Click the New Project button to start</p></figcaption></figure>

Once you're on the Create Project page start filling up all the required items. This information will be saved as a draft until your very first mint, after which some details of the project will get locked forever as they need to be included in the minting process.&#x20;

<figure><img src="/files/0NYdoW0lLhF6lYwpIdgi" alt=""><figcaption><p>Some information might not show up publicly on the very first version of Foton, but we intend to have public pages also for projects to display them in a similar fashion as the collections. </p></figcaption></figure>

What you will notice lower on this page is that the Project has its own License and Royalty settings. This is for covering individual items that don't belong to a collection. This can be a one time artwork, like a painting, which you might not want to include in a collection but to be tied directly to the Project name as the creator.&#x20;

<figure><img src="/files/iS6cbMSpnM4Q2bcwgQav" alt=""><figcaption></figcaption></figure>

Once finished, click the "Create Project" button and it will show up on your Studio Dashboard. \
Next you'll be able to create Collections or Individual Items.&#x20;


---

# 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://foton.gitbook.io/introduction/creators/create-a-project.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.
