> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting.md).

# トラブルシューティング

- [トラブルシューティング：Smartsheetサポートポータルにアクセスできない](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/troubleshooting-support-portal-access.md): Smartsheetマニュアル｜ログイン、請求、アカウントのサポートなど、Smartsheetサポートポータルアクセスの問題に関するサポートが受けられます。
- [欠落データのトラブルシューティング](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/troubleshoot-missing-data.md): Smartsheetマニュアル｜Smartsheetでフィルターを使用して非表示または欠落しているデータを検索し、列を再表示し、バックアップする方法を説明します。
- [問題：Smartsheetの読み込みが終わらない、反応がない、特定のアイテムが表示されない](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/issues-loading-saving-downloading.md): Smartsheetマニュアル｜ブラウザーの互換性チェック、拡張機能の管理、TLS設定などのSmartsheetの読み込みに関するトラブルシューティングをご覧ください。
- [ログインできない： 「お使いのブラウザーはサポートされていません...」](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/unsupported-browser-error.md): Smartsheetマニュアル｜システム要件に従ってサポートされているブラウザーを更新または切り替えて、Smartsheetへのアクセスの問題を解決できます。
- [問題： Smartsheetからメールが受信されない](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/troubleshoot-email-send-issues.md): Smartsheetマニュアル｜スパムフィルター、アクティベーション、添付ファイルのサイズ制限など、Smartsheetのメール配信のトラブルシューティングをご覧ください。
- [よくあるログインの問題とその解決方法](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/troubleshoot-login-issues.md): Smartsheetマニュアル｜パスワードを忘れた場合、サードパーティの問題、メールの問題の解決策など、Smartsheetのログインに関するトラブルシューティングをご覧ください。
- [Smartsheetにログインしようとすると404 Not Foundエラーが発生する](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/404-not-found-error-log-in-to-smartsheet.md): Smartsheetマニュアル｜キャッシュフラッシュやパブリックDNSサーバー等のDNSエラーソリューションなど、Smartsheetのログインに関するトラブルシューティングをご覧ください。
- [問題：トライアルを確認するメールが届かない](https://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting/trial-email-confirmation.md): Smartsheetマニュアル｜スパムフィルター、許可リスト、サポート連絡先に関するヒントなど、Smartsheetトライアル確認メールが届かない場合のトラブルシューティングをご覧ください。


---

# 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://manual.dxable.com/smartsheet/tips-and-troubleshooting/troubleshooting.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.
