> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/yztkun/chtoriaru/yztkunno.md).

# ユーザートークンの作成方法

{% stepper %}
{% step %}

#### ステップ1: ユーザートークンの作成

* <https://ai.fptcloud.com/> のアクセストークンサービスにアクセスし、「新しいトークンを作成」ボタンをクリックしてください。

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

* ポップアップを表示新しいトークンを作成

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

* 名前：新しいトークンの名前を入力します。トークン名は最大50文字までです。使用できるのは、  \
  英字、数字、アンダースコア、ハイフン、スペース、ドットのみです。
* 有効期限: ドロップダウンオプションからトークンの有効期限を選択してください（30/60/90日）
* **注記**：トークンは**モデル微調整**および**モデルハブ**サービスでのみ有効です
* 名前と有効期限を選択したら、**「トークンを作成」**&#x30DC;タンをクリックしてください。
* これにより、AI Studio サービスで使用するトークンが生成されます。
* #### 重要：トークンは一度だけ表示されますので、作成後すぐにコピーしてください。&#xD;
  * トークンは安全な場所に保管してください。再度取得することはできません。
    {% endstep %}

{% step %}
**ステップ2: テナントIDを取得する**

* トークンを作成すると、トークンページのトークンリストに表示されます。&#x20;
* トークン一覧からテナント ID を確認してください。&#x20;
* これで、微調整用APIの利用に必要なaccess\_tokenとtenant\_idの両方が揃いました
  {% endstep %}
  {% endstepper %}


---

# 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/yztkun/chtoriaru/yztkunno.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.
