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

# Quick Access

> Find solutions to common SoloEnt issues

Quick access to solutions for common problems in SoloEnt.

## Common issues by category

### Getting Started

<CardGroup cols={2}>
  <Card title="Login Issues" icon="right-to-bracket" href="./login">
    Authentication and sign-in problems
  </Card>

  <Card title="API Configuration" icon="key" href="./api-configuration">
    API key setup and connection issues
  </Card>

  <Card title="Language Settings" icon="language" href="./language-settings">
    Interface and Agent language problems
  </Card>

  <Card title="Theme Settings" icon="palette" href="./theme-settings">
    Theme and visual appearance issues
  </Card>
</CardGroup>

### Working with Projects

<CardGroup cols={2}>
  <Card title="Project Creation" icon="folder-plus" href="./create-project">
    Folder access and project setup issues
  </Card>

  <Card title="Plan Mode" icon="lightbulb" href="./plan-mode">
    Mode switching and execution issues
  </Card>

  <Card title="Editor" icon="pen-to-square" href="./editor">
    Writing and editing problems
  </Card>

  <Card title="File Conversion" icon="file-import" href="./file-format-conversion">
    Document format conversion issues
  </Card>
</CardGroup>

### System & Environment

<CardGroup cols={2}>
  <Card title="Environment Issues" icon="gear" href="./environment">
    Shell, PATH, dependencies, and system configuration
  </Card>
</CardGroup>

## Quick fixes

<AccordionGroup>
  <Accordion title="Agent not responding">
    * Check API key is configured correctly
    * Verify internet connection
    * Try switching to a different model
    * Restart SoloEnt
  </Accordion>

  <Accordion title="Files not saving">
    * Enable auto-save in settings
    * Check folder permissions
    * Verify disk space available
    * Save manually with Cmd+S or Ctrl+S
  </Accordion>

  <Accordion title="Connection errors">
    * Verify internet connection
    * Try without VPN
    * Check provider service status
    * Switch to different API provider
  </Accordion>
</AccordionGroup>

## Still need help?

If you can't find a solution here:

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:team@soloent.ai">
    Contact our support team
  </Card>

  <Card title="Join Discord" icon="discord" href="https://discord.com/invite/NUh3skEFuY">
    Get help from the community
  </Card>

  <Card title="Check Updates" icon="download" href="https://soloent.ai/en/download">
    Update to latest version
  </Card>

  <Card title="Handbook" icon="book" href="../quickstart/quickstart">
    k    Browse complete guides
  </Card>
</CardGroup>

## Report a bug

When reporting issues through Email, please include:

* **SoloEnt version** (SoloEnt → About SoloEnt)
* **Operating system** and version
* **Steps to reproduce** the issue
* **Error messages** if any
* **Screenshots** if relevant

<Tip>
  The more details you provide, the faster we can help resolve your issue.
</Tip>
