> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/appcenter-set-property.md).

# AppCenter Set Property

Sets a property of the AppCenter modules.

Action available for the following operating systems:

![](/files/kfMeq0OanEe5OOx5RmUn)

### Parameters

* **Property** - The property to set:
  * User ID
  * Automatic Open Form Event
  * Automatic Close Form Event
* **Value** \<string> - The new value for the property.

{% hint style="info" %}
The User ID can be used to track events associated to the same user. Pay attention to user privacy when using this. Thian anonymous GUID generated at startup, used only to make associations for events with belonging to the same user.
{% endhint %}

{% hint style="info" %}
The Automatic Open Form Event and Automatic Close Form Event are the names of the events to send when a form If not set, no event will be generated automatically. If set, every time a form is open or closed in your project an event will be sent to AppCenter Anaytics with the event na 2 properties will also be sent associated, the Name of the form and the Description if not empty. If you clear this value, the corresponding event will no longer be sent. If you set this value, the current form open event will not be logged, since the form is already open, but you can send tcalling AppCenter Log Event action. The first form of the project will also not log the OpenForm or CloseForm events, but you can also log them yourself by Event action.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/appcenter-set-property.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.
