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

# Submitting your application

> How submit your app to Genuka for validation and approval.

{" "}

<Card title="Submit your app" icon="dice" href="/api-reference/endpoint/application/create" arrow="true" cta="Submit your app">
  For app submition, refer to refernece
</Card>

## Scopes for application

```json theme={null}
{
  "scopes": [
    "orders.create",
    "products.view",
    "products.update",
    "company.*"
  ]
}
```

| Name   | Description                              |
| ------ | ---------------------------------------- |
| \*     | All privilegies to collection (disclaim) |
| create | Permission to create collection          |
| view   | Permission to view collection            |
| update | Permission to update collection          |
| delete | Permission to delete collection          |
