{% extends "/email_templates/layout.jinja2" %} {% block page_title %}{{_('You have just registered. Welcome!')}}{% endblock %} {% block content %}

Now that you are member of App Enlight you can enjoy features of our service:

{{_('App Enlight quickstart')}}

1 Create application

For App Enlight to operate, you need to create an application profile that allows you to obtain an API key that one of the clients can use.

2 Integrate our client

In order for your application to stream meaningful information, you will need to integrate a compatible client for your language of choice.

Head over to the developers section for information on currently available clients that you can plug into your software

.

In case of any issues or questions you might be having with integration, feel free to contact us: info@appenlight.com

3 Add alert channels

It is a good idea to configure an email alert channel that you can use to receive notifications about events that happen in your application.

It can be the same email account you used to register with App Enlight - although we often recommend using a separate errors@... account designated for alert notifications.

{% endblock %}