> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/contents/detail/short-link.md).

# 短縮リンク

ファイル詳細画面の「短縮リンク」タブで、短縮リンクを発行・管理します。

ファイル詳細画面の「短縮リンク」タブです。ファイルの公開ページの短縮リンクを作成・管理できます。

短縮リンクの形式は`https://<ドメイン名>/l/<識別子>`です。

短縮リンクを開くと、識別子を基に公開ページの本来のURLを特定・リダイレクトします。

## 短縮リンクの作成

画面右上の「新規作成」ボタンを押すと、短縮リンクの作成画面に遷移します。

## 短縮リンクの作成・編集

* **クエリパラメータ**: リダイレクト先のURLに設定したいクエリパラメータ

## クエリパラメータについて

* 作成された短縮リンクにクエリパラメータを追記して開くことも可能です
* 作成時に設定したクエリパラメータと追記したクエリパラメータが重複する場合は、後者の値がリダイレクト先のURLに設定されます

## 短縮リンクの絞り込み

* **キーワード検索**: 指定したキーワードがURLに含まれる短縮リンクを絞り込めます

## 短縮リンク一覧

各行をクリックすると、短縮リンクの編集画面に遷移します。

* **URL**: 短縮リンクのURL
* **作成日**: 短縮リンクの作成日
* **コピーボタン**: 短縮リンクのURLをクリップボードにコピー
* **削除ボタン**: 短縮リンクを削除


---

# 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.immedio.io/immedio-box/contents/detail/short-link.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.
