# Elements

These chapters elaborate on the individual components used by the Platform.

## Application Elements

* [Application](/game-hosting/elements/application.md)
* [ApplicationProperty](/game-hosting/elements/application/applicationproperty.md)
* [ApplicationBuild](/game-hosting/elements/application/applicationbuild.md)
* [ApplicationBuildProperty](/game-hosting/elements/application/applicationbuildproperty.md)
* [ApplicationBuildConfiguration](/game-hosting/elements/application/applicationbuildconfiguration.md)
* [ApplicationInstance](/game-hosting/elements/application/applicationinstance.md)
* [ApplicationInstanceProperty](/game-hosting/elements/application/applicationinstanceproperty.md)
* [ApplicationInstanceIP](/game-hosting/elements/application/applicationinstanceip.md)
* [Label](/game-hosting/elements/application/label.md)
* [Metadata](/game-hosting/elements/application/metadata.md)
* [Element Relations](/game-hosting/elements/application/element-relations.md)
* [Platform Variables](/game-hosting/elements/application/platform-variables.md)

## Deployment Elements

* [DeploymentEnvironment](/game-hosting/elements/deploymentenvironment.md)
* [Fleet](/game-hosting/elements/deploymentenvironment/fleet.md)
* [DeploymentProfile](/game-hosting/elements/deploymentenvironment/deploymentprofile.md)
* [DeploymentRegion](/game-hosting/elements/deploymentenvironment/deploymentregion.md)
* [DeploymentContainer](/game-hosting/elements/deploymentenvironment/deploymentcontainer.md)
* [DeploymentContainerLocation](/game-hosting/elements/deploymentenvironment/deploymentcontainerlocation.md)
* Deployment Templates
  * [Deployment Templates](/game-hosting/elements/deploymentenvironment/index.md)
  * [GameDeploymentTemplate](/game-hosting/elements/deploymentenvironment/index/gamedeploymenttemplate.md)
  * [UtilityDeploymentTemplate](/game-hosting/elements/deploymentenvironment/index/utilitydeploymenttemplate.md)
* [DcLocation](/game-hosting/elements/deploymentenvironment/dclocation.md)
* Host Capacity Templates
  * [HostCapacityTemplate](/game-hosting/elements/deploymentenvironment/hostcapacitytemplate.md)
  * [InstanceTypeCapacity](/game-hosting/elements/deploymentenvironment/hostcapacitytemplate/instancetypecapacity.md)

## Host Elements

* [Host](/game-hosting/elements/host.md)
* [HostCpu](/game-hosting/elements/host/hostcpu.md)
* [HostIp](/game-hosting/elements/host/hostip.md)
* [HostDisk](/game-hosting/elements/host/hostdisk.md)
* [HostMemory](/game-hosting/elements/host/hostmemory.md)

## Patching Elements

* [PatchJob](/game-hosting/elements/patchjob.md)


---

# 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.i3d.net/game-hosting/elements.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.
