# Creating a secret event type

{% embed url="<https://www.loom.com/share/5d15f435368d46518996ac2d6a478b2d>" %}

1. Login to the cal.com account, or if self-hosting, login to your instance of cal.com.
2. Click on the event type you wish to hide, or you can proceed to create a new event type. If this is your first event type, you can proceed by following the guide for[Creating your first event type](/docs/how-to-guides/creating-your-first-event-type.md)
3. In your event type, you can simply toggle the option called **Hide from profile** as shown in the image.<br>

   <figure><img src="/files/wv5Y4zzkefLwBbHjFFyo" alt=""><figcaption></figcaption></figure>
4. Click on **Update** to save your changes. That's it. Your event type should now be a secret, and will not show up on your public page.

Alternatively, as of V2.0 you can simply visit the `/event-type` where the list of all your event types shows up, and simply click on the toggle as shown in the image below to confirm if you wish them to show up on your public page. Please note that when this toggle is enabled, it means that the event type **will** show up in your public page and to hide them, they need to be **toggled off**

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


---

# 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://calcom.gitbook.io/docs/how-to-guides/creating-a-secret-event-type.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.
