Introduction, explain that fobi has its own management interface, does not rely on Django admin.
Briefly explain the entry point of fobi management interface - the dashboard.
How to create a form.
How to add form fields (form elements). Explain that we have three main field types: (a) form fields, (b) presentation elements and (c) security elements.
How to set up what shall be done with submissions (stored in database, sent by email, etc).
How to preview the form.
How to export and import existing forms (within current site or from another site which uses fobi).
Explain how to integrate with FeinCMS.
Explain how to integrate with DjangoCMS.
Explain how to integrate with Wagtail.