> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/sns-unyou-ai/getting-started/setting-up-your-workspace.md).

# ワークスペースの設定方法

## SNS運用AIプロフィールの設定

このページでは、デザイン・ブランディング・ビジネス情報・トーン・トピックを更新して、SNS運用AIがブランドに合った投稿を生成できるようにする方法をご紹介します。

### 1) テーマ(デザイン)を更新する

* 「ワークスペース」>「デザイン」に移動します
* 「テーマを編集」をクリックします
* SNS運用AIが新しい投稿のベーステンプレートとして使用するテーマを選択します
* 「保存して閉じる」をクリックします

補足: 使わない投稿タイプ(例: ツイート形式)は削除しても構いません。

### 2) ブランディング情報を追加する(ブランド)

* 「ワークスペース」>「デザイン」に移動します
* ロゴをアップロードします
* 任意で顔写真を追加します(不要な場合は削除できます)
* ロゴの背景色を選びます(例: 白)
* ブランドカラーを設定します
* フォントを選びます
  * 一番簡単に済ませたい場合は、テーマのフォントをそのまま使用します
  * 任意で、特定のフォントを選ぶか、独自のフォントをアップロードできます

ヒント: どの色を選べばよいか迷ったら、テンプレートのカラーパレットを参考にしてみてください。

### 3) ビジネス情報を確認する(ビジネス情報)

* 「ワークスペース」>「プロフィール」に移動します
* 基本情報が正しいか確認します
* 「プロフィールを編集」までスクロールします
* 自分自身のことや、ターゲットとする顧客についての情報を更新します

### 4) 文章のトーンを設定する(ボイス)

* 「ボイス」に移動します
* トーンの説明(SNS運用AIにどんな話し方をしてほしいか)を更新します
* SNS運用AIが投稿で繰り返し使える「行動喚起(CTA)」を追加します
* 追加の指示を入力します(例: 最後に必ず短いジョークを入れる)
* 任意で、文章のサンプルを追加します

### 5) トピックを見直して整理する(トピック)

* 「トピック」に移動します
* デフォルトのトピック(何について投稿するかの指針になります)を確認します
* トピックをクリックして、以下を編集します
  1. タイトル
  2. 説明
  3. 任意: コンテンツの柱としてトピックをまとめる「カテゴリ」

**カテゴリを作成するには:**

* 新しいカテゴリ名を追加します
* 色を選びます
* トピックをカテゴリに割り当てます

### 6) 投稿を生成してテストする

* 「投稿」画面に戻ります
* 「投稿を生成」をクリックします
* 新しく設定したテーマ・カラーパレット・ボイスのルール・ハッシュタグがきちんと反映されているか確認します

## クイックヒント

1. 「投稿する内容を変えたいときは、トピックを編集してください。」
2. 「話し方の雰囲気を変えたいときは、ビジネス情報とボイスの設定を編集してください。」

***

さらにサポートが必要な場合は、サポートチームまで遠慮なくご連絡ください。個別にアドバイスいたします。

更新日: 2026/03/18


---

# 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://docs.opusbooster.com/sns-unyou-ai/getting-started/setting-up-your-workspace.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.
