# FAQs

### Why can I only select 1 video at a time?

Reel is designed to be simple and effective, and to leverage the native functionality of ExpressionEngine. To select more than 1 video at a time, we recommend creating a Grid field, and making Reel one of the grid columns. You will be able to select any number of videos this way with less restrictions. You can define the Grid field however you want.

### Why are my searches returning no results?

There could be many reasons for this. First we recommend verifying that your API credentials for YouTube  and/or Vimeo are correct, and you have not reached any API limits. Unfortunately this verification is not something we can help with. If you're still having issues, open up your browsers developer toolbar and inspect the network requests. Reel makes Ajax requests to the APIs, which you should be able to see the responses for. The responses may contain an error. Reel will display an error in the modal window if it is able to.


---

# 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.boldminded.com/reel/faqs.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.
