# 懸念点

以下の規約に懸念点を持つ人もいるかもしれません, 例えば

### "ダッシュはゴミだ"

これは使わなくても問題ありませんが、コンポーネントやエレメント、バリアントといったアイデアはそのままにしておいてください

### "2語も思いつかないよ"

いくつかのコンポーネントではそのコンポーネントの目的を表すのに一語だけでいい場合もあるかもしれません, 例えば `alert` など. しかし以下のような場合, suffixをつけることでブロックレベルでの要素であることが明確になります.

* `.alert-box`
* `.alert-card`
* `.alert-block`&#x20;

またはインライン要素で:

* `.link-button`
* `.link-span`


---

# 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://shufo.gitbook.io/rscss/notes/apprehensions.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.
