# Get a Video ID

A Facebook Video ID is a numeric ID, consisting of random numbers. These random numbers have positive integer value and are generated automatically by Facebook. Once a new Video is uploaded on Facebook, a Video ID is assigned to that Video, to distinguish it from other such content on Facebook.

#### How to find your Video ID:

Step 1: Open Facebook on your computer > Select the video you want to get the ID for by clicking the arrow icon in the lower right corner of the video.

<figure><img src="/files/nMqWX7mw17Z3HwlJ2fpZ" alt=""><figcaption><p>Step 1</p></figcaption></figure>

Step 2: The video ID is the series of numbers displayed at the end of the URL bar. In the capture below, you can see my video ID is 1352931918738537.

<figure><img src="/files/0F2oMBN97XniY8iKvdmi" alt=""><figcaption><p>Get the Video ID</p></figcaption></figure>

For more detail, please refer to the following tutorial video.

{% embed url="<https://www.loom.com/share/0e80138b2eeb4babae6e71e28e3a238f?sid=cf175dbf-1cd5-42ab-85e4-b2dfb7f7385b>" %}
Get a Video's ID video
{% endembed %}


---

# 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://autofaces-organization.gitbook.io/autoface-documents-en/fundamentals/how-to-get-ids/get-a-video-id.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.
