# How do I find a venue id?

There are a few different ways to find your venue id.

1. If you are a Program Chair, go to your [venue request form](/getting-started/hosting-a-venue-on-openreview/navigating-your-venue-pages.md) and copy the information in the field Venue ID
2. Use the URL of the submission page. The venue id is the portion of the url after `group?id:`For example for ICLR 2024 the submission homepage is : <https://openreview.net/group?id=ICLR.cc/2024/Conference#tab-accept-oral>, and the venue id is `ICLR.cc/2024/Conference`

{% hint style="info" %}
If you are having trouble with your venue id, ensure that there is no trailing backslash (e.g. `ICLR.cc/2024/Conference/` is incorrect)
{% endhint %}


---

# 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.openreview.net/getting-started/frequently-asked-questions/how-do-i-find-a-venue-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.
