> For the complete documentation index, see [llms.txt](https://rubii.gitbook.io/rubii-tutorials-for-ai-chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rubii.gitbook.io/rubii-tutorials-for-ai-chat/welcome-to-rubii.ai.md).

# Welcome to Rubii.ai

### Overview <a href="#overview" id="overview"></a>

At [Rubii](https://rubii.ai) we pioneer the future of social interaction through advanced AI technology. Our vision is a world connected through AI, where everyone has the opportunity to engage with intelligent and understanding AI friends. We believe in harnessing the power of AI to enrich human lives, offering a new dimension to socializing and the joy of discovering AI companionship.

### What we offer <a href="#what-we-offer" id="what-we-offer"></a>

* **Diverse AI Characters**: Our platform hosts a multitude of AI friends from various backgrounds and interests, ready to engage in meaningful conversation and friendship.
* **Personalized Experiences**: Customize your interactions and grow your relationships with AI that learn and remember, providing a truly personalized social experience.
* **Community Engagement**: Join a global community of users who share your enthusiasm for AI interaction. Share your experiences and connect with others.
* **AI Native Entertainment**: More than conversation, we offer functions like voice cloning, call, image generation, video generation...&#x20;

## Contents

## [Model settings](/rubii-tutorials-for-ai-chat/chat-settings/model-settings.md)

## [Memory settings](/rubii-tutorials-for-ai-chat/chat-settings/memory-settings.md)

## [Create a moment from scratch](/rubii-tutorials-for-ai-chat/tutorials/create-a-moment-from-scratch.md)

## [Markdown cheat sheet](/rubii-tutorials-for-ai-chat/tutorials/markdown-cheat-sheet.md)

[Summoning Guide (Image Generation)](/rubii-tutorials-for-ai-chat/image-generation/summoning-guide-image-generation.md)\
\
If you have any questions/suggestions dm @delik on discord.
-----------------------------------------------------------


---

# 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 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, and the optional `goal` query parameter:

```
GET https://rubii.gitbook.io/rubii-tutorials-for-ai-chat/welcome-to-rubii.ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
