> For the complete documentation index, see [llms.txt](https://runyourai.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://runyourai.gitbook.io/userguide/updates/v1.1-2024.04.01.md).

# v1.1 (2024.04.01)

## :ballot\_box\_with\_check:**소셜 회원가입/로그인 기능 추가**

<figure><img src="/files/2SqUBK4Tj8J13WJlJOAy" alt=""><figcaption></figcaption></figure>

이메일 가입 방식을 개선하여,

복잡한 절차없이 **소셜 미디어 계정을 이용해 Runyour AI에 가입 및 로그인**하실 수 있습니다.

## :ballot\_box\_with\_check:마케팅 수신 동의 기능

<figure><img src="/files/cLl2ZvbWRC2keYkhVaas" alt=""><figcaption></figcaption></figure>

마케팅 수신 정보 동의를 통해 유익한 AI 정보 및 서비스 내용을 전달받아보세요!

가입 시 동의 여부를 설정하거나,   **프로필 > 계정관리** 페이지 하단에서 설정하실 수 있습니다.


---

# 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://runyourai.gitbook.io/userguide/updates/v1.1-2024.04.01.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.
