> For the complete documentation index, see [llms.txt](https://studist-engineering.gitbook.io/entrance-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studist-engineering.gitbook.io/entrance-book/others/faq.md).

# FAQ

### 残業時間はどのぐらい？

参考までに、2025年9月の平均残業時間は 4.3時間 です。

### 利用端末の選択はできる？

[PCリスト](https://github.com/Studist/pc-list)内での選択が可能です。

### 個人のGitHubアカウントを使える？

私用アカウントを職場でも利用化可としています。下記ブログで本内容にも触れています。

{% embed url="<https://studist.tech/2021-summary-f045dbb676dc>" %}

### GitHub Copilot は使える？

GitHub Copilot for Businessを希望者全員に支給しています。

### 外部研修・外部勉強会への参加はできる？

外部研修・勉強会に業務時間内での参加が可能です。

スタディスト開発組織として、社外イベントを盛り上げるべくスポンサーもしています。

### 資格補助はある？

上長に相談・申請を行い、承認された場合に資格取得の金銭的な補助が行われます。

### 異動・アサインはどんな流れで決まる？

組織体制変更が半期に一度のペースで行われます。

人員の異動は月次で発生しますが頻度は高くありません。

事業方針と個人のキャリアなどの希望とのバランスを図りながら異動・アサインを決定します。

### 人事評価はいつ、誰が行うの？

年に2回の評価機会があります。

評価者は所属チームのマネージャー、またはそれに準ずる役割の方が担当します。

中間・期末のタイミング以外にも、日常的な1on1の場を通じてフィードバックをこまめに行います。

### 開発プロセスはどんな感じ？

チームによって異なりますが、1-2週間を1つの区切りとしてチームでやることをカンバンで管理し、1週間の最後に振り返りをする流れを採用しているチームが多いです。

各チームごとの詳細が気になる方は、カジュアル面談にてご質問ください。

### 選考フローはどんな感じ？

基本的な選考フローは以下になります。

{% embed url="<https://teachme.jp/8/manuals/11055219/>" %}

フローは途中変更となる可能性があります。また、フローの途中で現場メンバーや会いたいメンバーがいらっしゃれば調整することも可能です。


---

# 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://studist-engineering.gitbook.io/entrance-book/others/faq.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.
