{% set collapsed = true %} {% if option.openai.api_secret_key is not defined or option.credit_rate is not defined or plans_count is not defined or plans_count < 1 or (option.stripe is not defined and option.paypal is not defined) or option.site is not defined %} {% set collapsed = false %} {% endif %}

{{ p__('heading', 'Getting started') }}

{% if collapsed %} {% endif %}
{{ __('Connect with OpenAI') }}
{{ __('Set your API key and start generating content.') }}
{% if option.openai.api_secret_key is defined %}
{% else %}
{% endif %}
{{ __('Define credit usage rates') }}
{{ __('Set the credit ratios against 3rd party services.') }}
{% if option.credit_rate is defined %}
{% else %}
{% endif %}
{{ __('Setup membership plans') }}
{{ __('Create pricing plans for your users.') }}
{% if plans_count is defined and plans_count > 0 %}
{% else %}
{% endif %}
{{ __('Configure payment gateways') }}
{{ __('Setup your payment gateways for transactions.') }}
{% if option.stripe is defined or option.paypal is defined %}
{% else %}
{% endif %}
{{ __('Set business details') }}
{{ __('Set your business details') }}
{% if option.site is defined %}
{% else %}
{% endif %}