> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/advanced-features/adding-a-video-from-a-vimeo-pro-account.md).

# Adding a Video from a Vimeo Pro account

## Adding Video from Vimeo Pro Account

With a Vimeo Pro account you can customize the settings, displays, and interactive tools of your video.

Once you are logged into your Vimeo Pro account, click on Embed on the left panel to view all the features you can customize like Logos, Playbar etc.

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

If you would like to eliminate the Vimeo branding, you can hide the playbar, turn off Vimeo logo or in Maker's editor set your video to Play in background which turns on loop and turns off sound and controls.

We highly recommend adding a video using Vimeo because it's video player is engineered to make your videos look their best, anywhere. The Vimeo video player will automatically detect which device is requesting your video, along with its connection speed, and then deliver the appropriate version to that person.

## Adding MP4 videos from Vimeo

If you prefer to keep the controls generic, you could consider using MP4s, which you can also grab directly from Vimeo. The size of the file will be larger and it will load slower on mobile devices than using the vimeo player above , so we only recommend doing this if you absolutely want controls of the video to be visible without the Vimeo look and feel.

To grab a link to your MP4 video, click on Distribution on the left panel. You can choose the size of your MP4 video based on your requirements.


---

# 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://docs.maker.co/maker-pages/advanced-features/adding-a-video-from-a-vimeo-pro-account.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.
