> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 前処理済みトランザクションのFAQ

> 前処理済み購読エンドポイントに関する一般的な質問の回答

## 前処理済みトランザクションの使用

<Accordion title="前処理済み購読フィルタをライブで更新できますか？">
  いいえ、フィルタは最初の`preprocessedSubscribe`で固定されます。ギャップを避けるために、新しいフィルタを使用して2番目の接続を開き、その購読確認を待ってからサービスを新しいフィルタに切り替えることをお勧めします。
</Accordion>

<Accordion title="前処理済み購読の同時接続制限はAPIキーごとまたはアカウントごとか？">
  10の同時接続制限は、Heliusプロジェクトごとに適用されます。同じプロジェクトに対して2つ目のAPIキーを作成すると、同じ10接続の制限を共有します。
</Accordion>

## さらにヘルプが必要ですか？

<CardGroup cols={2}>
  <Card title="前処理済みトランザクション" icon="layer-group" href="/docs/ja/preprocessed-transactions/overview">
    前処理済みトランザクションの使用について学ぶ
  </Card>

  <Card title="preprocessedSubscribe APIリファレンス" icon="headset" href="/docs/ja/preprocessed-transactions/preprocessed-subscribe">
    購読、フィルタ、例について学ぶ
  </Card>
</CardGroup>
