# Single Endpoint Export

Exporting prompts enables you to have full control over your AI creations. You can use them in your own applications or workflows. You are not restricted by what is available in Riku and you can build out more complex flows to suit your needs or instantly get the outputs where you need them.&#x20;

It might seem daunting if you are not a coder as to how to do this but it is really quite simple and we try to explain it as easy as possible so you can set it up for yourself whether you are a no-code professional or have more extensive knowledge of code.&#x20;

{% hint style="info" %}
One of the common tasks that we get asked about is how you could set up a process where you enter some inputs and get the AI to output directly to a spreadsheet or Google Sheet. This is very simple to perform and we'll give you all the tools you need to succeed in setting up this process.
{% endhint %}

Having the ability to use your prompts on your own terms is incredibly powerful. There are a few different steps that we have to go through to unlock the full potential of using your prompts where you need them so let's get started!


---

# 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.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.
