

# Troubleshooting
<a name="desktop-troubleshooting"></a>

The following sections describe common issues you might encounter when using the Amazon Quick desktop application and how to resolve them.

## Installation and launch issues
<a name="desktop-ts-install"></a>

macOS displays an "unidentified developer" warning  
If macOS prevents you from opening the Amazon Quick desktop application because it's from an unidentified developer, use the following procedure to allow it.  

1. Open **System Settings** on your Mac.

1. Choose **Privacy & Security**.

1. Scroll to the Security section and choose **Open Anyway** next to the message about Quick.

1. Confirm that you want to open the application.
On first launch, your operating system might prompt you to confirm that you want to open the application. Choose **Open** to continue.

The application doesn't launch  
If the Amazon Quick desktop application doesn't launch, try the following steps.  

1. Restart your computer and try opening the application again.

1. Verify that your operating system meets the minimum requirements.

1. Check that you have sufficient disk space available.

1. If the issue persists, delete the `~/.quickwork/` directory (macOS) or `%USERPROFILE%\.quickwork\` directory (Windows) and reinstall the application.
Deleting the `~/.quickwork/` (macOS) or `%USERPROFILE%\.quickwork\` (Windows) directory removes all local data, including conversations, knowledge graph, memory, and saved credentials. Use this step only as a last resort.

## Connection issues
<a name="desktop-ts-connections"></a>

Slack or Outlook connection fails  
If a connection to Slack or Microsoft Outlook fails, try the following steps.  

1. Disconnect the service in **Settings** > **Capabilities** > **Connections**.

1. Reconnect the service by choosing **Sign in** and completing the authentication flow.

1. Verify that your account has the required permissions in the third-party service.

1. Check that your internet connection is active and stable.

Microsoft Teams connection fails  
If a connection to Microsoft Teams fails, follow the same steps as for Slack or Outlook. Verify that your organization's administrator has not restricted third-party application access.

Connection shows "Not synced" status  
If a connection shows a "Not synced" status, try the following steps.  

1. Verify that you have an active internet connection.

1. Disconnect and reconnect the service in **Settings** > **Capabilities** > **Connections**.

1. If the issue persists, the third-party service might be experiencing an outage. Check the service's status page.

Google Workspace connections fail  
If connections to Google services (Gmail, Google Calendar, Google Drive, Google Docs, Google Sheets, Google Slides, Google Meet, or Google Analytics) fail, verify the following.  

1. Your Google account is not restricted by your organization's admin policies.

1. You have granted the required OAuth permissions during the sign-in flow.

1. You are signing in with the correct Google account.

## Performance issues
<a name="desktop-ts-performance"></a>

Slow responses  
If Quick responses are slow, try the following steps.  

1. Switch to the **Fast** AI model mode for quicker responses. Choose the model selector in the chat input area and select **Fast**.

1. Reduce the **thinking effort** level. Lower thinking effort (Off or Low) produces faster responses.

1. Close unused applications to free up system resources.

1. Check your internet connection speed. AI model requests require a network connection to API Gateway.

High memory usage  
If the Amazon Quick desktop application uses excessive memory, try the following steps.  

1. Reduce the number of folders indexed in **Settings** > **My computer**. Disable **Semantic search** for folders that don't require it, as semantic search uses more resources than keyword search.

1. Lower the **Max parallel tasks** slider in **Settings** > **Customization** > **Performance**. The default value is 50. Reducing this value limits the number of concurrent background operations.

1. Restart the application to clear cached data.

1. Adjust search indexing limits in **Settings** > **My computer** > **Search indexing**. Lower the **Storage limit**, **Max file size for indexing**, or **Max folder size for indexing** sliders.
Search indexing automatically pauses when free disk space falls below 8.0 GiB.

## File access issues
<a name="desktop-ts-file-access"></a>

Quick can't find a file  
If Quick can't find a file you reference in chat, verify the following.  

1. The file's parent folder is added in **Settings** > **My computer** > **Local folders**. Quick can only access files in folders you explicitly grant access to.

1. Choose **\$1 Add folder** to grant access to additional folders.

1. After adding a folder, Quick can immediately read files in it. Indexing for search happens in the background.

Search returns no results  
If file search returns no results, try the following steps.  

1. Verify that **Keyword search** is toggled on for the folder in **Settings** > **My computer** > **Local folders**. Expand the folder to see its indexing toggles.

1. Check the indexing status. A **Ready** status with file and entry counts confirms indexing is complete.

1. If you recently added a new folder, wait for indexing to complete. The status shows progress.

1. Check that the file is not larger than the **Max file size for indexing** limit in **Settings** > **My computer** > **Search indexing**. Files larger than this limit are skipped during indexing but are still available to the agent through direct file access.

1. For broader search, enable **Semantic search** on the folder to allow natural language queries.

## Browser automation issues
<a name="desktop-ts-browser"></a>

Browser automation doesn't work  
If Quick can't browse web pages, try the following steps.  

1. Verify that **Browser Automation** is enabled in **Settings** > **Capabilities** > **System**.

1. If using "Use my Chrome" mode, verify the setup in **Settings** > **Customization** > **Browser**. Open Chrome and navigate to `chrome://inspect/#remote-debugging`. Choose **Enable remote debugging**. Return to Quick and choose **Test Connection** to verify the connection.

1. If using the default mode, Quick launches a separate Chrome instance with a copy of your profile. Ensure Chrome is installed on your system.

## Scheduled agent issues
<a name="desktop-ts-agents"></a>

A scheduled agent didn't run  
Scheduled agents run locally on your computer. If an agent didn't run at its scheduled time, verify the following.  

1. Your computer was turned on and awake at the scheduled time.

1. The Amazon Quick desktop application was running.

1. The agent is enabled. Check the toggle in **Settings** > **Capabilities** > **Scheduled tasks**, or open the **Agents** panel from the top bar.

1. Your internet connection was active. Agents that access connected services or AI models require a network connection.
If your computer is off or the application is closed when an agent is scheduled to run, the agent does not run until the next scheduled time.

Agent produces unexpected results  
If a scheduled agent produces unexpected results, try the following steps.  

1. Open **Settings** > **Capabilities** > **Scheduled tasks** and select the agent.

1. Review the **Prompt** tab to verify the agent's instructions are correct.

1. Check the **Capabilities** tab to verify the correct MCP servers are attached.

1. Consider changing the **Model** in the **Overview** tab. Use **Balanced** or **Smart** for more complex agent tasks.

1. Choose the **Run** button (play icon) to manually trigger the agent and observe the results.

## MCP server issues
<a name="desktop-ts-mcp"></a>

MCP server fails to connect  
If an MCP server fails to connect, try the following steps based on the connection type.  
**Local MCP server:**  

1. Verify that the command is correct and the executable is installed on your system.

1. Check that the arguments are space-separated and correctly formatted.

1. Increase the **Timeout** value if the server takes longer than 30 seconds to start (configurable from 5 to 300 seconds).

1. Verify that any required **Environment variables** are correctly set.
**Remote MCP server:**  

1. Verify that the URL is correct and the server is running.

1. If authentication is required, verify the **Token** value is a valid bearer token.

1. Check your network connection and any firewall settings.
**Imported MCP server:**  

1. Verify that the config file path is correct.

1. Ensure the source application (Kiro, Claude Code, AIM, and so on) is properly installed.

## Exporting diagnostics
<a name="desktop-ts-diagnostics"></a>

If you need to share diagnostic information for troubleshooting, you can export diagnostic logs from the application.

1. Open **Settings** > **Customization**.

1. Scroll to the **Troubleshooting** section.

1. Select a time range from the dropdown (for example, **Last 2 hours**).

1. Choose **Export Diagnostics** to save diagnostic logs to your desktop.

## Resetting the application
<a name="desktop-ts-reset"></a>

If other troubleshooting steps don't resolve your issue, you can reset the application by clearing all data.

**Warning**  
This action is irreversible. It removes all Quick data, including conversations, cached messages, knowledge graph, saved credentials, and user preferences. The application quits after cleanup.

1. Open **Settings** > **Customization**.

1. Scroll to the **Danger zone** section.

1. Choose **Clear all data**.

1. Confirm the action.

1. To fully uninstall on macOS, drag `Amazon Quick.app` to Trash. On Windows, open **Settings** > **Apps** > **Installed apps**, find Amazon Quick, and choose **Uninstall**.

## Getting additional help
<a name="desktop-ts-help"></a>

If the preceding troubleshooting steps don't resolve your issue, you can use the following resources.
+ **Export diagnostics** and share them with your support team.
+ **Developer menu** – Choose the connection status dot (green dot in the top-right corner) to access Mission Control, Metrics overlay, Debug panel, and Memory panel for advanced diagnostics.
+ Contact your organization's IT administrator for enterprise account issues.
+ Visit the Amazon Quick documentation for the latest guidance.