> For the complete documentation index, see [llms.txt](https://help.doraverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doraverse.com/jp/help-center/faqs/on-boarding.md).

# オンボーディング

## Doraverseに登録するにはどうすればよいですか？

まずは、サービス申請フォームにご記入ください。

ご希望のフォームを以下から選択できます。

* 🇻🇳 [ベトナム語登録フォーム](https://tally.so/r/mOrdAa)
* 🇯🇵 [日本語登録フォーム](https://tally.so/r/nrgGl2)
* [🌐 英語登録フォーム](https://tally.so/r/wvgEX8)

フォーム送信後、担当チームが内容を確認し、Doraverseのご利用開始までサポートいたします。

***

## 誰がDoraverseに登録できますか？

Doraverseは、チームや企業向けに設計されています。登録は、チームリーダーまたは企業担当者の方が行うことをおすすめします。

***

## 登録フォーム送信後の流れは

登録完了後、ワークスペースの準備ができ次第、担当チームよりメールでご連絡します。初期設定の手順をご案内し、ご要望に合わせてワークスペースを構築します。.

***

## DoraverseのAIワークスペースにメンバーを招待する方法は？

ワークスペースの設定後、「Doraverse管理画面」から管理者がメンバーを招待できます。招待された方には、参加方法が記載されたメールが届きます。

詳しい手順は、[ワークスペースにメンバーを招待する](https://doraverse.gitbook.io/docs/member-management#invite-member-into-workspace)をご参照ください。

***

## Doraverseを無料で試すことはできます&#x304B;**?**

はい。新規ワークスペースには、Doraverseの全機能をお試しいただける30日間の無料トライアル（$100分のクレジット付き）が付与されます。

***

## セットアップ中に困った場合は？

オンボーディング中のご質問やお困りごとには、サポートチームが対応します。いつでも <support@doraverse.com> までご連絡ください。

***

## Doraverseの機能を学ぶためのリソースはありますか？

Doraverseの機能について詳しく知りたい場合は、[機能一覧](https://doraverse.gitbook.io/docs/feature-list)をご覧ください。


---

# 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://help.doraverse.com/jp/help-center/faqs/on-boarding.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.
