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

# Settings Overview

> Configure your store, payments, taxes, integrations, and permissions — all from one place.

The **Settings** section is your administrative control center within FlexyPe, ensuring smooth checkout operations from business details to API integrations.

## Settings Areas

<CardGroup cols={2}>
  <Card title="Store Details" icon="store" href="/settings/storedetails">
    Add business name, contacts, and brand details for consistent identity.
  </Card>

  <Card title="Payment Settings" icon="credit-card" href="/settings/payments">
    Set gateways, modes, and GST fields for accurate processing.
  </Card>

  <Card title="Taxes & Duties" icon="receipt" href="/settings/taxesandduties">
    Configure tax rules and duties for compliance and pricing.
  </Card>

  <Card title="Ads & Integrations" icon="network-wired" href="/settings/integrations">
    Connect analytics and tracking for conversion insights.
  </Card>

  <Card title="API Keys" icon="key" href="/settings/apikeys">
    Manage credentials for secure backend communication.
  </Card>

  <Card title="Users & Permissions" icon="users" href="/settings/usersandpermissions">
    Control admin access and monitor team activity.
  </Card>

  <Card title="Activity Logs" icon="clipboard-list" href="/settings/activitylogs">
    Review audit trails for accountability.
  </Card>

  <Card title="Change Password" icon="lock" href="/settings/changepassword">
    Update credentials for enhanced security.
  </Card>
</CardGroup>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How do I set up payment gateways?">
    Navigate to [Payment Settings](/settings/payments), select your provider (e.g., Razorpay), enter API keys, and test a transaction. This ensures seamless UPI and wallet support.
  </Accordion>

  <Accordion title="What tax configurations are available?">
    In [Taxes & Duties](/settings/taxesandduties), add GSTIN, set inclusive/exclusive pricing, and define regional rules. Automate for international duties to stay compliant.
  </Accordion>

  <Accordion title="How can I integrate analytics tools?">
    Go to [Ads & Integrations](/settings/integrations), add Google Analytics or Meta Pixel codes, and track checkout events. Use webhooks for CRM sync.
  </Accordion>

  <Accordion title="Best way to manage team access?">
    Use [Users & Permissions](/settings/usersandpermissions) to assign roles like Admin or Analyst, limit modules, and review [Activity Logs](/settings/activitylogs) for oversight.
  </Accordion>

  <Accordion title="How to secure API keys?">
    Generate keys in [API Keys](/settings/apikeys), rotate regularly, and revoke if compromised. Monitor usage via logs for anomalies.
  </Accordion>
</AccordionGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Contact Support" icon="headset" href="mailto:support@flexype.io">
    Get in touch with our support team
  </Card>

  <Card title="API Documentation" icon="code" href="/api-reference">
    Explore our developer documentation
  </Card>
</CardGroup>
