# 個人情報の取扱について

## iOS版及びAndroid版について

iOS, Android版Nuixoではアプリ内で完結しており、我々開発メンバーでは成績、学籍番号等を取得することが不可能です。&#x20;

また、iOS, Android版ではN高プログラミング講師2名、ドワンゴ社員2名とソースコードを共有しており、コードレビュー済みです。

{% hint style="info" %}
詳しくは [iOS版Nuixoのしくみ](/ios-ban/ios-nuixo-tech.md) を参照してください。
{% endhint %}

## Web版について

Web版Nuixoでは既存の生徒用マイページを拡張機能という形で拡張し、実現しています。こちらも我々開発メンバーでは成績、学籍番号等の情報を取得するのは不可能です。

{% hint style="info" %}
Web版についてはJavaScriptを生徒用マイページに挿入しているだけなので詳しくは説明しませんが、生徒情報等が送信されていないかは開発者ツールからいつでも確認可能ですのでつよつよえんじにゃーの方は一度確認してみるとおもしろいかもしれません。
{% endhint %}


---

# 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://about.nuixo.app/master/handling-personal-data.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.
