# Codebase Overview

## Introduction

All our repositories are stored on [Github](https://github.com/pancakeswap). Most of them are public, and you can freely submit an issue or a pull request. Make sure you read this whole guide, and the guidelines specific to each repository before.

## Github repositories

* [Toolkit](https://github.com/pancakeswap/pancake-toolkit): Contains a set of packages used to build the pancake ecosystem, including the uikit.
* [Frontend](https://github.com/pancakeswap/pancake-frontend): The main frontend. It contains all the features that are not listed below.
* [Voting](https://github.com/pancakeswap/snapshot-front): The community voting features.

| Project  | Github                                                                                                                                                                                                                                                                             | Website                                             | Stack                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Toolkit  | [![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHREX7DHcljbY5IkjgJ-2459025041%2Fuploads%2Fgit-blob-ea6ff545a246caa64074ba809bbc86fcb8589071%2FGitHub-Mark-120px-plus.png?alt=media)](https://github.com/pancakeswap/pancake-toolkit)  | [🔗Netlify](https://pancakeswap-uikit.netlify.app)  | ![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGcawd_KrFIpxwXhxh%2Fdownload.svg?alt=media\&token=1f0af4bf-a61a-48d8-911c-66131fff68f8)![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGd9fTpOhLhh7DmXOf%2Fts-logo-round-128.svg?alt=media\&token=707404ca-107f-419d-81ed-e577adab76b7) |
| Frontend | [![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHREX7DHcljbY5IkjgJ-2459025041%2Fuploads%2Fgit-blob-ea6ff545a246caa64074ba809bbc86fcb8589071%2FGitHub-Mark-120px-plus.png?alt=media)](https://github.com/pancakeswap/pancake-frontend) | [🔗PancakeSwap](https://pancakeswap.finance)        | ![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGcawd_KrFIpxwXhxh%2Fdownload.svg?alt=media\&token=1f0af4bf-a61a-48d8-911c-66131fff68f8)![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGd9fTpOhLhh7DmXOf%2Fts-logo-round-128.svg?alt=media\&token=707404ca-107f-419d-81ed-e577adab76b7) |
| Voting   | [![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MHREX7DHcljbY5IkjgJ-2459025041%2Fuploads%2Fgit-blob-ea6ff545a246caa64074ba809bbc86fcb8589071%2FGitHub-Mark-120px-plus.png?alt=media)](https://github.com/pancakeswap/snapshot-front)   | [🔗PancakeSwap](https://voting.pancakeswap.finance) | ![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGcxbae7kUqTimO30S%2Flogo.png?alt=media\&token=68a4c7c7-756b-4f34-9593-ecd9cb151e6c) ![](https://539685153-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHREX7DHcljbY5IkjgJ%2F-MQGbzSjKvfUK2TNC63d%2F-MQGd9fTpOhLhh7DmXOf%2Fts-logo-round-128.svg?alt=media\&token=707404ca-107f-419d-81ed-e577adab76b7)    |


---

# 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://docs.pancakeswap.finance/japanese/code/contributing/codebase-overview.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.
