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