> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/japanese/pancakeswapheyoukoso/how-to-guides/get-started.md).

# はじめに (BSC)

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/get-started-header.png)

新しいサービスを使い始めるのは、最初は戸惑うこともあるかもしれません。でもご安心ください。PancakeSwap を快適にお使いいただけるよう、さまざまなガイドをご用意しています。

## PancakeSwap のセットアップ

以下のガイドに沿ってセットアップを完了させましょう。すでにある程度お使いの方は、必要なガイドに直接ジャンプしていただいても構いません。

[ウォレットを作成する](https://docs.pancakeswap.finance/get-started/wallet-guide)\
[BEP20 トークンを入手する](https://docs.pancakeswap.finance/get-started/bep20-guide)\
[ウォレットを PancakeSwap に接続する](https://docs.pancakeswap.finance/get-started/connection-guide)

## PancakeSwap の機能を使うためのガイド

ウォレットを作成して PancakeSwap に接続できたら、以下のハウツーガイドもぜひご活用ください。

[取引の方法](https://docs.pancakeswap.finance/products/pancakeswap-exchange/trade-guide)\
[流動性の追加・削除方法](https://docs.pancakeswap.finance/products/pancakeswap-exchange/liquidity-guide)\
[Farm の使い方](https://docs.pancakeswap.finance/products/yield-farming/how-to-use-farms)\
[Syrup Pool でのステーキング方法](https://docs.pancakeswap.finance/products/syrup-pool/syrup-pool-guide)\
[宝くじの遊び方](https://docs.pancakeswap.finance/products/lottery/lottery-guide)\
[予測の使い方](https://docs.pancakeswap.finance/products/prediction/prediction-guide)\
[IFO への参加方法](https://docs.pancakeswap.finance/products/ifo-initial-farm-offering/ifo-guide)\
[NFT プロフィールの設定方法](https://docs.pancakeswap.finance/products/nft-profile-system/profile-guide)\
[投票の方法](https://docs.pancakeswap.finance/products/voting/voting-guide)

PancakeSwap のさまざまな機能やサービスに関する詳細なドキュメント（上級者向けガイドを含む）は、メニューからご確認ください。

お探しの情報が見つからない場合は、[PancakeSwap Telegram](/japanese/pancakeswapheyoukoso/contact-us/social-accounts.md) にお気軽にご参加いただき、サポートをお求めください。


---

# 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.pancakeswap.finance/japanese/pancakeswapheyoukoso/how-to-guides/get-started.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.
