# Getting Prompt IDs

The first step of using a prompt in your own workflows or processes is finding the prompt ID. This is very simple to do! You can use prompts that you or your team have created and you can also use prompts from the community showcase. Click on the one you wish to find the Prompt ID for and you will see on the left side a purple button for Copy Prompt ID. Click this button and get the success alert.

![](/files/yerWwVPechggUurZm1kp)

Awesome! The Prompt ID is now copied to the clipboard and you can use it in your own flows. The next thing we need to do is to know the structure of how to use this.&#x20;

{% hint style="info" %}
Whilst you are on this page copying the Prompt ID, it is important to also note the input fields and what they are expecting. You can see in the example above, this prompt has no inputs which will make things easy as we go forward and now build out the API request.
{% 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.riku.ai/exporting-prompts/single-endpoint-export/getting-prompt-ids.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.
