# Riku.AI

## Riku.AI

- [Welcome to Riku.AI](https://docs.riku.ai/welcome-to-riku.ai.md): Riku is the vault of your A.I. creations and a place to save, distribute and experiment with the latest technology. Our team got tired of switching through multiple tabs and pages so built Riku.
- [Connecting Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys.md): All Riku accounts come with GPT-J connected using our infrastructure, for the other providers, you will need to add your own keys.
- [Connecting Aleph Alpha Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys/connecting-aleph-alpha-keys.md)
- [Connecting Muse API Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys/connecting-muse-api-keys.md)
- [Connecting OpenAI Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys/connecting-openai-keys.md): OpenAI was invite only for so long but that has all changed making connecting your OpenAI key to Riku super simple!
- [Connecting Cohere Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys/connecting-cohere-keys.md)
- [Connecting AI21 Keys](https://docs.riku.ai/fundamentals-of-riku/connecting-keys/connecting-ai21-keys.md)
- [Defining Key Terms](https://docs.riku.ai/basics-of-ai/defining-key-terms.md)
- [Winning with Text Based AI](https://docs.riku.ai/basics-of-ai/winning-with-text-based-ai.md)
- [Prompt Building 101](https://docs.riku.ai/basics-of-ai/prompt-building-101.md)
- [Common Issues & Errors](https://docs.riku.ai/basics-of-ai/common-issues-and-errors.md)
- [Ethical Considerations](https://docs.riku.ai/basics-of-ai/ethical-considerations.md)
- [Single Endpoint Export](https://docs.riku.ai/exporting-prompts/single-endpoint-export.md): Anything that you create within Riku or that is available in the community showcase can be used outside of Riku in your own projects or workflows. Why should this excite you?
- [Getting Prompt IDs](https://docs.riku.ai/exporting-prompts/single-endpoint-export/getting-prompt-ids.md)
- [Structuring the Request](https://docs.riku.ai/exporting-prompts/single-endpoint-export/structuring-the-request.md)
- [Understanding Input Fields](https://docs.riku.ai/exporting-prompts/single-endpoint-export/understanding-input-fields.md)
- [Full Example Export](https://docs.riku.ai/exporting-prompts/single-endpoint-export/full-example-export.md)
- [OpenAI](https://docs.riku.ai/technology-overview/openai.md)
- [Cohere](https://docs.riku.ai/technology-overview/cohere.md)
- [AI21](https://docs.riku.ai/technology-overview/ai21.md)
- [EleutherAI](https://docs.riku.ai/technology-overview/eleutherai.md)
- [Aleph Alpha](https://docs.riku.ai/technology-overview/aleph-alpha.md)
- [Muse API](https://docs.riku.ai/technology-overview/muse-api.md)
- [Introduction to Fine-tuning](https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning.md): Fine-tuning often confuses people. It doesn't need to be complicated and we're here to put it in simple terms.
- [Importing from OpenAI](https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning/importing-from-openai.md)
- [Importing from Cohere](https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning/importing-from-cohere.md)
- [Importing from AI21](https://docs.riku.ai/importing-fine-tunes/introduction-to-fine-tuning/importing-from-ai21.md)
- [Creating Prompts](https://docs.riku.ai/rikus-playground/creating-prompts.md)
- [Saving & Sharing Prompts](https://docs.riku.ai/rikus-playground/saving-and-sharing-prompts.md)
- [Community Showcase](https://docs.riku.ai/rikus-playground/community-showcase.md)
- [Private Prompts](https://docs.riku.ai/rikus-playground/private-prompts.md)
- [Execute Prompts](https://docs.riku.ai/rikus-playground/execute-prompts.md)
- [Code Export](https://docs.riku.ai/rikus-playground/code-export.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.riku.ai/welcome-to-riku.ai.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.
