# Objects

## Overview

<code class="expression">space.vars.objects</code> are a foundational platform data type in <code class="expression">space.vars.Kizen\_company\_name</code> used to model, organize, and store business information, much like a container.

Each <code class="expression">space.vars.object</code> defines the structure for a type of data, including its fields, relationships, and behavior. Records created from <code class="expression">space.vars.objects</code> represent individual real-world entities such as customers, locations, deals, or assets.

Once <code class="expression">space.vars.objects</code> are created, you can:

* Add custom fields to capture structured information
* Define relationships to other <code class="expression">space.vars.objects</code>
* Create Forms, Surveys, or <code class="expression">space.vars.activities</code> to collect your <code class="expression">space.vars.object</code> data.
* Trigger automations
* Read and write data through APIs

***

## Objects Mastery Checklist

Explore the following topics to understand how <code class="expression">space.vars.objects</code> are defined and used in <code class="expression">space.vars.Kizen\_company\_name</code>.

**Core Knowledge**

* [ ] [What an Object represents and when to use it](/docs/concepts/objects/object-core-concepts.md#how-objects-are-used)
* [ ] [What a Contact Object is and how it differs from a standard ](/docs/concepts/objects/object-core-concepts.md#objects-vs-contacts)
* [ ] [How Objects fit into Kizen's overall data model](/docs/concepts/objects/object-data-model.md#data-structure)

**Object Features**

* [ ] [How to create various Workflows](/docs/concepts/objects/object-configuration/object-workflows.md)
* [ ] [Understanding how Records work within an Object](/docs/concepts/objects/object-data-model.md#records)
* [ ] [Know how custom fields define your data](/docs/concepts/objects/object-data-model.md#fields)

**Configuration & Data Model**

* [ ] [How Objects define schemas and associations](/docs/concepts/objects/object-data-model.md#data-structure)
* [ ] [How Object field types are defined](/docs/concepts/objects/object-data-model.md#fields)

**Relationships**

* [ ] [How Objects relate to Activities](/docs/concepts/objects/object-core-concepts.md#how-objects-are-used)
* [ ] [How Object relationship types affect visibility and behavior](/docs/concepts/objects/object-configuration/object-relationships.md#relationship-types)

**Access & Control**

* [ ] [How Object permissions affect creating, viewing, and modifying Objects](/docs/concepts/objects/object-configuration/object-permissions.md)
* [ ] [Understanding Team Associations](/docs/concepts/objects/object-configuration/object-relationships.md#team-associations)
* [ ] [How access to primary and associated records impacts visibility](/docs/concepts/objects/object-configuration/object-relationships.md#primary-vs-additional-relationships)

**APIs**

* [ ] [How to list and search for Objects via API](/docs/concepts/objects/object-apis/list-and-search-objects-api.md)
* [ ] [How to view Object Record details via API](/docs/concepts/objects/object-apis/retrieve-object-details-by-id-api.md)

***

## What's Next

Next, explore the [Objects Core Concepts](/docs/concepts/objects/object-core-concepts.md) to understand how <code class="expression">space.vars.object</code> fields, relationships, identifiers, and <code class="expression">space.vars.entities</code> are structured behind the scenes.

From there, you can dive deeper into field types and validation rules, relationship behavior, permissions and access control, API schemas for <code class="expression">space.vars.entities</code>, and how <code class="expression">space.vars.contacts</code> relate to <code class="expression">space.vars.entities</code>.

<details>

<summary>Related Topics</summary>

* [Object Core Concepts](/docs/concepts/objects/object-core-concepts.md)
* [Object Data Model](/docs/concepts/objects/object-data-model.md)
* [Object Relationships](/docs/concepts/objects/object-configuration/object-relationships.md)
* [Object Layout Customization](/docs/concepts/objects/object-configuration/object-layout-customization.md)
* [Objects Permissions](/docs/concepts/objects/object-configuration/object-permissions.md)
* [Object APIs](/docs/concepts/objects/object-apis.md)

</details>


---

# 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://developer.kizen.com/docs/concepts/objects.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.
