# How do I convert a project from private to public?

{% hint style="info" %}
Learn more about the difference between a public and a private project [here](/overview/collaboration.md#public-vs-private-projects).
{% endhint %}

To convert a project from private to public, please follow these steps:&#x20;

1. Click on the "Private" button in the top-left corner of your project
2. In the menu that pops up, click on "Make this project public" under the **Change privacy** section

Alternatively, you can:

1. Open the [project settings menu](/overview/user-interfaces/settings.md#project-settings)\
   ![](https://1181816445-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkXSW1nEf49ISqGxYuRfS%2Fuploads%2Fgit-blob-3ee771f084a13eafc32b627d4e5a1094f22f4973%2Fbars.svg?alt=media) in the top-left corner of your project
2. Select **Admin** from the sidebar
3. Click on "Make this project public" under the **Change privacy** section


---

# 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.kumu.io/frequently-asked-questions/how-do-i-convert-a-project-from-private-to-public.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.
