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

# About Agd Ejar

> Frequently Asked Questions about Agd Ejar API

## General Questions

### What is Agd Ejar API?

Agd Ejar API is a simplified interface for integrating with Saudi Arabia's Ejar platform. It consolidates complex Ejar operations into simple, efficient API calls.

### How do I get started?

1. Contact our support team at [b2b@agd.sa](mailto:b2b@agd.sa) to obtain API credentials
2. Review our [Getting Started guide](/api-reference/getting-started)
3. Try our [Postman Collection](https://documenter.getpostman.com/view/39514920/2sAY4yfMHr)

### What authentication method is used?

We use OAuth 2.0 with Bearer tokens. See our [Authentication guide](/api-reference/auth/oauth-token) for details.

## Technical Questions

### What is the API base URL?

The base URL for all API requests is `https://app.agdejar.sa`

### Are there any rate limits?

Rate limits vary based on your specific use case. Please contact support for details about your account's limits.

### What response formats are supported?

All API responses are returned in JSON format.

## Integration Questions

### How do I handle errors?

Our API uses standard HTTP response codes:

* 200: Success
* 400: Bad Request
* 401: Unauthorized
* 403: Forbidden
* 404: Not Found
* 500: Server Error

### How can I check the API status?

You can check our [Status Page](https://stats.uptimerobot.com/koyjLJpRaj) for real-time API status and updates.

### What programming languages are supported?

Our API can be used with any programming language that can make HTTP requests. We provide examples in:

* cURL
* Python
* JavaScript
* Go

## Support

### How do I get help?

* Email: [b2b@agd.sa](mailto:b2b@agd.sa)
* Documentation: [API Reference](/api-reference/introduction)
* Status: [Status Page](https://stats.uptimerobot.com/koyjLJpRaj)

### How do I report issues?

Contact our support team at [b2b@agd.sa](mailto:b2b@agd.sa) with:

1. Detailed description of the issue
2. API endpoint being used
3. Request/response examples
4. Any error messages received
