# よくある質問

## データはどこに、どのように保存されていますか？

全てのユーザーデータとコンテンツは日本国内の[amazon aws](https://aws.amazon.com/)に保存されています。

一部のコンテンツ（例：HTMLページ）は、エンドユーザーのパフォーマンスを向上させるために、他の国にあるCDNによってキャッシュされる場合があります。

## 誰がデータの権利を持っているのですか？

ユーザのデータはユーザのものです。

私たちはユーザのプライバシーを尊重します。アカウントを作成する際、ユーザのデータへの権利は、アプリケーションが機能するために必要最小限なものを除いて、私たちに与えられていません。私たちはユーザのデータを商業的または非商業的な目的のために使用せず、弊社グループ会社以外とは共有しません。詳しくは[利用規約](https://www.orni.co.jp/annostation/terms)を参照ください.

## パスワードをリセットするにはどうすればいいですか？

以下の[リンク](https://annostation.com/users/password/new)からパスワードをリセットすることができます。 ログイン時に使用したメールアドレスと同じものを使用してください。

## AnnoStationではどのブラウザをサポートしていますか？

AnnoStationは現在のバージョンの[Chrome](https://www.google.com/chrome/), [Firefox](http://www.mozilla.org/firefox/), [Safari](http://www.apple.com/safari/)をサポートしています。


---

# 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.annostation.orni.co.jp/jpn/resources/faq.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.
