> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/readme/where-to-find-help.md).

# Where To Get Help

The following resources are available if you encounter issues while building with <code class="expression">space.vars.Kizen\_company\_name</code>.

### Helpful Resources

* [ ] [Kizen Support Portal](https://support.kizen.com/support/home): Help articles and troubleshooting for using the <code class="expression">space.vars.Kizen\_company\_name</code> platform.
* [ ] [Kizen Interactive API Reference](https://app.go.kizen.com/api/docs/public/swagger): An interactive API reference that allows developers to explore <code class="expression">space.vars.Kizen\_company\_name</code> endpoints, view request/response schemas, and test API calls directly in the browser.
* [ ] GitBook Assistant: An AI-powered chat available on every page of <code class="expression">space.vars.Kizen\_company\_name</code>'s TechDocs that allows users to explore documentation, get answers to questions, and navigate to relevant content.

***

## Contact Kizen Support

If you still need help, contact us by [submitting a ticket](https://support.kizen.com/support/tickets/new) or reaching out via email at [<mark style="color:$success;">**support@kizen.com**</mark>](mailto:support@kizen.com).&#x20;

When reaching out, include the following information (if able) to help us troubleshoot effectively and quickly:

* **Clear description of the issue:** What is happening and what you expected to happen instead.
* **Steps to reproduce the problem:** The actions taken before the issue occurred.
* **Relevant Object or Record IDs:** IDs for <code class="expression">space.vars.objects</code>, <code class="expression">space.vars.entities</code>, <code class="expression">space.vars.activities</code>, or <code class="expression">space.vars.workflows</code> involved in the issue (if applicable).
* **API request details:** Endpoint used, request body, headers, and any error responses (if applicable).
* **Screenshots:** Visual evidence of the problem when possible.

Providing these details allows us to reproduce and diagnose the issue more efficiently.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.kizen.com/docs/readme/where-to-find-help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
