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

# Frequently Asked Questions

> Answers to common questions about Simen AI

export const Callout = ({type = "info", icon, children}) => {
  const styles = {
    info: {
      border: "border-zinc-500/20 bg-zinc-50/50 dark:border-zinc-500/30 dark:bg-zinc-500/10",
      icon: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM5.354 7.146a.5.5 0 1 0-.708.708L7.5 10.707l4.646-4.647a.5.5 0 0 0-.708-.708L7.5 9.293 5.354 7.146z"
    },
    success: {
      border: "border-zinc-500/20 bg-zinc-50/50 dark:border-zinc-500/30 dark:bg-zinc-500/10",
      icon: "M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681.1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"
    },
    warning: {
      border: "border-orange-200/50 bg-orange-50/80 dark:border-orange-700/50 dark:bg-orange-900/30",
      icon: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM5.354 7.146a.5.5 0 1 0-.708.708L7.5 10.707l4.646-4.647a.5.5 0 0 0-.708-.708L7.5 9.293 5.354 7.146z"
    }
  };
  const currentStyle = styles[type] || styles.info;
  const iconPath = icon || currentStyle.icon;
  return <div className={`callout my-4 px-5 py-4 overflow-hidden rounded-2xl flex gap-3 border ${currentStyle.border}`}>
      <div className="mt-0.5 w-4">
        <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg" className="text-gray-600 dark:text-gray-300 w-4 h-auto">
          <path d={iconPath} />
        </svg>
      </div>
      <div className="text-sm prose min-w-0 w-full text-gray-900 dark:text-gray-100">
        {children}
      </div>
    </div>;
};

## How to quickly determine if I should use Simen?

<Callout type="success">
  <p>Use Simen when your outputs are <strong>document-driven</strong> and <strong>highly domain-specific</strong>, other AI tools fall short, and you run these workflows <strong>multiple times daily</strong>.</p>
</Callout>

When these tasks pop up, Simen makes life easy—real code inside, plain words outside:

1. **Office work** – fix sheets, tag docs, join huge Excel files, batch-style Word files, and scrub messy data. Python runs inside, you just ask.

2. **Econometrics tasks** – speak to clean data, run stats, build regressions, and get neat tables and charts. Built-in Stata does the heavy math—no coding needed.

3. **Industry agents** – pick from ready agents for finance, health, law, and more. They speak your lingo and respect your rules; generic AI helpers don't.

## Should I pick Simen or other tools?

### Office Suite or Simen?

<Callout type="info">
  <p><strong>Pick Simen -</strong> AI can batch-process Word, Excel and PPT files, automatically clean, summarise and convert formats to accelerate your workflow.</p>
  <p><strong>Choose Microsoft Office -</strong> Still the go-to suite for precise editing, layout and collaboration on complex documents.</p>
</Callout>

<p class="text-sm prose text-gray-900 dark:text-gray-200">Tip: Simen and Office complement each other—we don't recommend uninstalling Office. Use Office for deep layout or intricate revisions; delegate repetitive, large-scale processing to Simen and let domain-aware AI save you time.</p>

### DeepSeek or Simen?

<Callout type="info">
  <p><strong>Pick Simen -</strong> When you need AI to <strong>operate local files, understand industry context, and complete real workflows</strong>, Simen is the better choice.</p>
  <p><strong>Choose DeepSeek -</strong> Known for its <strong>deep reasoning</strong>, it excels at conversation and logic, but focuses mainly on <strong>language-level interactions</strong>.</p>
</Callout>

<p class="text-sm prose text-gray-900 dark:text-gray-200">Tip: DeepSeek is already one of Simen's built-in models. Use Simen to invoke DeepSeek's powerful reasoning while also benefitting from superior file handling and domain-specific capabilities.</p>

### Cursor or Simen?

<Callout type="info">
  <p><strong>Choose Simen</strong> if you're a typical office professional who isn't interested in coding but needs to handle many document-driven tasks efficiently.</p>
  <p><strong>Choose Cursor</strong> if you're a coding enthusiast who enjoys working directly with code and development environments.</p>
</Callout>

### Manus or Simen?

<Callout type="info">
  <p><strong>Choose Simen</strong> if only your local environment may access and process these critical assets, delivering capabilities the cloud cannot, because privacy is paramount.</p>
  <p><strong>Choose Manus</strong> if you prefer cloud-first storage, and a fully browser-based environment that keeps your work accessible from cloud browser.</p>
</Callout>

## Technical Questions

### What file formats does Simen support?

<Callout type="info" icon="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z">
  <p>Simen supports all major office document formats including:</p>

  <ul>
    <li><strong>Documents:</strong> DOCX, PDF, TXT, MD</li>
    <li><strong>Spreadsheets:</strong> XLSX, CSV</li>
    <li><strong>Presentations:</strong> PPTX</li>
    <li><strong>Stata formats:</strong> DTA, DO, GPH</li>
  </ul>
</Callout>

### Is my data secure with Simen?

<Callout type="success" icon="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z">
  <p>Yes, your data security is our top priority:</p>

  <ul>
    <li><strong>Local processing:</strong> Sensitive data can be processed locally</li>
    <li><strong>Encryption:</strong> End-to-end encryption for all data transfers</li>
    <li><strong>Privacy controls:</strong> You control what data is shared and stored</li>
    <li><strong>Compliance:</strong> GDPR and SOC 2 compliant</li>
  </ul>
</Callout>
