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

# Post-Installation Configuration

> Configure LatePoint API Extension after installation

## Initial Configuration

### Access Configuration

After activating the plugin, access the configuration:

1. Go to **LatePoint > API Settings** in your WordPress dashboard
2. You'll see the API configuration panel

### Configuration Panel

The main panel includes the following sections:

<AccordionGroup>
  <Accordion title="General Settings">
    * API status (Enabled/Disabled)
    * API base URL
    * Current plugin version
    * License information
  </Accordion>

  <Accordion title="API Keys Management">
    * List of active API Keys
    * Generate new keys
    * Remove keys
  </Accordion>
</AccordionGroup>

## API Keys Management

### Create a New API Key

<Steps>
  <Step title="Access Key Management">
    Go to **LatePoint > API Settings > API Keys**
  </Step>

  <Step title="Generate New Key">
    1. Click **"Generate New API Key"**
    2. Assign a descriptive name (e.g., "iOS Mobile App")
  </Step>

  <Step title="Save and Copy">
    1. Click **"Generate"**
    2. **Copy the API Key immediately**
    3. Store it in a secure location
  </Step>
</Steps>

### Permission Types

<AccordionGroup>
  <Accordion title="Bookings">
    * **Read**: Query existing bookings
    * **Create**: Create new bookings
    * **Update**: Modify existing bookings
    * **Delete**: Delete bookings
  </Accordion>

  <Accordion title="Customers">
    * **Read**: Query customer information
    * **Create**: Register new customers
    * **Update**: Update customer data
  </Accordion>

  <Accordion title="Agents">
    * **Read**: Query agent list
    * **Schedule**: Query agent schedules
  </Accordion>

  <Accordion title="Services">
    * **Read**: Query available services
    * **Pricing**: Access pricing information
  </Accordion>

  <Accordion title="Availability">
    * **Read**: Check schedule availability
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn about security and API Keys
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Explore all available endpoints
  </Card>

  <Card title="System Status" icon="chart-line" href="/development">
    Monitor API usage and performance
  </Card>
</CardGroup>

## Support

If you need help with configuration:

1. **Documentation**: [wpdocs.latepoint.com](https://wpdocs.latepoint.com)
2. **Technical support**: [Discord](https://discord.gg/cC35Jync4v)
