> For the complete documentation index, see [llms.txt](https://everyday-digital.gitbook.io/authoring-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/pitch-presentation.md).

# Pitch Presentation

**Pitch is a popular web-based presentation tool.** In Authoring, you can embed a Pitch presentation and publish it to your app.

{% embed url="<https://pitch.com/>" %}

## How to create content using Pitch Presentations&#x20;

1. **Open** [**Authoring**](/authoring-docs/authoring/start-authoring.md)**, and select the + icon.**&#x20;
2. **Select Pitch Presentation.**
3. **Enter details.**&#x20;
   1. **Name.** Name your Pitch content (max. 24 characters).
   2. **Theme.** Choose a theme (each account comes with a default theme).
   3. **Publish content to...** Select your target app.
4. **Select the Create button.**
5. **Your new Pitch will open in the** [#pitch-editor](#pitch-editor "mention")**.**

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

## Pitch Editor&#x20;

1. **Select Pitch Embed from the left-side menu.**
2. **Select the + icon (bottom right) to upload a Pitch presentation.**&#x20;
3. **Enter a shared Pitch URL.** In Pitch, select the Share button > Share externally and create a link. Copy the link.&#x20;

   <figure><img src="/files/Hl5yvvr0H06fDlfngPAO" alt="" width="375"><figcaption><p>The Pitch GUID is the unique ID of your shareable Pitch link.</p></figcaption></figure>
4. **Paste everything after the v/ into the space provided.** <https://pitch.com/v/> &#x20;
5. **Add a** [**Listing**](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/listing)**.**
6. **Set your** [**Theme and upload Assets**](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/theme-and-assets)**.**
7. **Go to** [**Targeting**](https://everyday-digital.gitbook.io/publishing-docs/publishing-options/targeting) **to choose** [**groups**](https://everyday-digital.gitbook.io/groups-cohort-docs/)**.**
8. **Select PITCH from the top menu and then select PUBLISH.**


---

# 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://everyday-digital.gitbook.io/authoring-docs/authoring/content-types/pitch-presentation.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.
