# CapStormPlatformConfig

## *CapStormPlatformConfig* Table

The *CapStormPlatformConfig* table contains configuration information for the application. This table is a formatted as a key-value pair structure to store metadata about the application configuration. The primary information stored in the table pertains to versioning of the application aligning to the version of the database schema.

The following table describes each field in the *CapStormPlatformConfig* table:

| Column Name   | Data Type | Required | Description                                                |
| ------------- | --------- | -------- | ---------------------------------------------------------- |
| property      | varchar   | Yes      | The identifier for a specific application property.        |
| propertyValue | varchar   | Yes      | The value associated with a specific application property. |


---

# 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://learn.capstorm.com/copystorm-director/reference/copystorm-director-database/capstormplatformconfig.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.
