# ガイド （近日公開予定）

- [Installation](https://docs.devin.fm/jp/gaido/installation.md): Download and install Devin in a matter of minutes
- [System Requirements](https://docs.devin.fm/jp/gaido/installation/system-requirements.md): Minimum OS and Hardware Requirements for Devin App and Devin Server
- [Networking Considerations](https://docs.devin.fm/jp/gaido/installation/networking-considerations.md)
- [Install Devin App](https://docs.devin.fm/jp/gaido/installation/install-devin-app.md): The gateway to Devin's features
- [Install Devin Server](https://docs.devin.fm/jp/gaido/installation/install-devin-server.md): This section guides you through installing Devin on your servers, which is similar to installing FileMaker Server.
- [Install Devin on Your Own Server](https://docs.devin.fm/jp/gaido/installation/install-devin-server/install-devin-on-your-own-server.md): The following steps guides you in installing Devin Server as root/admin via command line
- [Devin through a Hosting Provider](https://docs.devin.fm/jp/gaido/installation/install-devin-server/devin-through-a-hosting-provider.md): Get Devin through a Devin Partner
- [Upgrading from Beta](https://docs.devin.fm/jp/gaido/installation/install-devin-server/upgrading-from-beta.md)
- [Updating Devin](https://docs.devin.fm/jp/gaido/installation/updating-devin.md)
- [Uninstall Devin](https://docs.devin.fm/jp/gaido/installation/uninstall-devin.md)
- [Starting, stopping and restarting Devin Server](https://docs.devin.fm/jp/gaido/installation/starting-stopping-and-restarting-devin-server.md)
- [Getting Started](https://docs.devin.fm/jp/gaido/getting-started.md)
- [Create a Devin Account](https://docs.devin.fm/jp/gaido/getting-started/create-a-devin-account.md)
- [Connect to Development Server](https://docs.devin.fm/jp/gaido/getting-started/connect-to-development-server.md)
- [Projects](https://docs.devin.fm/jp/gaido/projects.md)
- [Create a Project](https://docs.devin.fm/jp/gaido/projects/create-a-project.md)
- [Modules](https://docs.devin.fm/jp/gaido/projects/modules.md)
- [Add a Module](https://docs.devin.fm/jp/gaido/projects/modules/add-a-module.md)
- [Branch a Module](https://docs.devin.fm/jp/gaido/projects/modules/branch-a-module.md)
- [Edit a Module](https://docs.devin.fm/jp/gaido/projects/modules/edit-a-module.md)
- [Delete a Module](https://docs.devin.fm/jp/gaido/projects/modules/delete-a-module.md)
- [Deployment Environments](https://docs.devin.fm/jp/gaido/projects/deployment-environments.md)
- [Connect a Deployment](https://docs.devin.fm/jp/gaido/projects/deployment-environments/connect-a-deployment.md)
- [Update a Deployment](https://docs.devin.fm/jp/gaido/projects/deployment-environments/update-a-deployment.md): Deploy a Release and Perform a Data Migration.
- [Disconnect Deployment](https://docs.devin.fm/jp/gaido/projects/deployment-environments/disconnect-deployment.md)
- [Branches](https://docs.devin.fm/jp/gaido/projects/branches.md)
- [Create a Branch](https://docs.devin.fm/jp/gaido/projects/branches/create-a-branch.md)
- [Delete a File from a Branch](https://docs.devin.fm/jp/gaido/projects/branches/delete-a-file-from-a-branch.md)
- [Delete a Branch](https://docs.devin.fm/jp/gaido/projects/branches/delete-a-branch.md)
- [Versions](https://docs.devin.fm/jp/gaido/projects/versions.md)
- [Save a Version](https://docs.devin.fm/jp/gaido/projects/versions/save-a-version.md)
- [Release a Version](https://docs.devin.fm/jp/gaido/projects/versions/release-a-version.md)
- [Compare Versions](https://docs.devin.fm/jp/gaido/projects/versions/compare-versions.md): This is an advanced version control feature that's in development.
- [Delete a Version](https://docs.devin.fm/jp/gaido/projects/versions/delete-a-version.md)
- [Tests](https://docs.devin.fm/jp/gaido/projects/tests.md)
- [Writing Test Scripts](https://docs.devin.fm/jp/gaido/projects/tests/writing-test-scripts.md): Best practices for writing good integration and unit tests
- [Load Test Scripts](https://docs.devin.fm/jp/gaido/projects/tests/load-test-scripts.md)
- [Run Test Scripts](https://docs.devin.fm/jp/gaido/projects/tests/run-test-scripts.md)
- [Releases](https://docs.devin.fm/jp/gaido/projects/releases.md)
- [Create a Release](https://docs.devin.fm/jp/gaido/projects/releases/create-a-release.md)
- [Deploy a Release](https://docs.devin.fm/jp/gaido/projects/releases/deploy-a-release.md)
- [Delete a Project](https://docs.devin.fm/jp/gaido/projects/delete-a-project.md)
- [Project Settings](https://docs.devin.fm/jp/gaido/projects/project-settings.md)
- [Servers](https://docs.devin.fm/jp/gaido/servers.md)
- [Add a Server](https://docs.devin.fm/jp/gaido/servers/add-a-server.md)
- [Change Development Server](https://docs.devin.fm/jp/gaido/servers/change-development-server.md)
- [Remove a Server](https://docs.devin.fm/jp/gaido/servers/remove-a-server.md)
- [Team](https://docs.devin.fm/jp/gaido/team.md)
- [Add Team Member](https://docs.devin.fm/jp/gaido/team/add-team-member.md)
- [Remove Team Member](https://docs.devin.fm/jp/gaido/team/remove-team-member.md)
- [Manage Subscription](https://docs.devin.fm/jp/gaido/team/manage-subscription.md)


---

# 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.devin.fm/jp/gaido.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.
