# Global Flags

The following global flags are available for all cldkctl commands. These options can be used in combination with any command to customize configuration, connection settings, or execution behavior.

<table><thead><tr><th width="212.33331298828125">Flag</th><th width="75">Type</th><th>Description</th></tr></thead><tbody><tr><td>-U, --base-url</td><td>string</td><td>Base URL for API requests (default "https://ai.cloudeka.id")</td></tr><tr><td>-N, --default-namespace</td><td>string</td><td>Set a default namespace (default "default")</td></tr><tr><td>-P, --default-project</td><td>string</td><td>Set a default project ID to avoid repeated entries</td></tr><tr><td>-R, --default-registry</td><td>string</td><td>Set a default registry</td></tr><tr><td>--editor</td><td>string</td><td>Set a default editor (default "vim")</td></tr><tr><td>--max-retries</td><td>int</td><td>Maximum number of retries for HTTP requests (default 3)</td></tr><tr><td>-O, --organization</td><td>string</td><td>Set an organization</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/global-flags.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
