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

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