> For the complete documentation index, see [llms.txt](https://help.xaman.app/app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.xaman.app/app/japanese/pro/furofru.md).

# プロフィール機能

## プロフィール機能について

### Xaman Proのプロフィールとは何ですか？

Xaman Pro会員になると、プロフィールとPayString（ペイストリング）を作成することができ、プロフィール保持者に簡単に送金することができるようになります。

### プロフィールを作るメリット

XRPレジャーのコミュニティで自身について発信することができ、また簡単に送金することが可能になります。

### プロフィールページの開き方

インターネットブラウザを開き、プロフィールページのアドレスを入力するだけです。

例えば、Kevinのページにアクセスするには、次のように入力します：

xaman.me/kevin

基本的にはプロフィールは匿名ではなく実際の名前が利用されるため、苗字も加えられます。名前がジョン・シェパードなら、プロフィールページは次のようになります： [xaman.me/johnshepard](http://xumm.me/johnshepard)

### PayString（ペイストリング）とは何ですか

PayStringアドレスを利用すると、XRPレジャーで簡単に送金ができます。

Kevinの場合、PayStringは以下の通りです： [kevin$xaman.me](http://kevin%24xumm.me/)

通常、彼の口座にXRPを送る場合、ウォレットで送金先に彼のrアドレス: **rUBvs5S....を指定しますが、PayStringならkevin$xaman.me**を指定することで送金を行うことができます。

### どこでペイストリングを見つけることができますか？

Xamanのプロフィールページはすべて\*\*xaman.me/<名前>\*\*で始まるので、簡単に伝えることができます。PayStringアドレスは **<名前>$xaman.me**なので、あなたのPayStringを伝えることもできますが、Xamanではさらに簡単に見つけることができます。

Xamanでは、送金時にPayStringを検索することができます。

ここでは、例えば"kevin "と検索すると、検索結果が表示されます。


---

# 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://help.xaman.app/app/japanese/pro/furofru.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.
