> For the complete documentation index, see [llms.txt](https://oishi-writing.gitbook.io/oishi_writing-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oishi-writing.gitbook.io/oishi_writing-docs/home-page.md).

# Home Page

### ✨Welcome

Hi, I'm a Japanese writer currently focusing on technical documentation and AI tool workflows.\
After completing several online courses in technical writing and documentation design, I started building my own portfolio to explore how clear structure and UX thinking can improve learning resources.

This GitBook is where I share my practice projects — step-by-step guides, automation notes, and examples of beginner-friendly documentation.\
I'm now seeking opportunities to create or localize documentation for AI, productivity, and automation tools.

📫 Contact: <osoranokanatahe@gmail.com>

### ✨ようこそ

現在、**テクニカルドキュメンテーションとAIツールの活用設計**を中心に活動しています。\
海外のオンラインコースでテクニカルライティングを学び、ドキュメント構成やUX設計の視点を自習・実践してきました。

このGitBookでは、学習過程で制作した**手順ガイド・自動化ノート・初心者向けドキュメント例**をまとめています。\
今後は、**AI・生産性・自動化ツール**分野のドキュメント作成やローカライズ案件に携わりたいと考えています。

📫 連絡先：<osoranokanatahe@gmail.com>


---

# 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:

```
GET https://oishi-writing.gitbook.io/oishi_writing-docs/home-page.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.
