Core Concepts
Sosyabot only has a few words to learn. Once these click, everything else is easy. (Full list any time in the Glossary.)
Workspace
Your workspace is your brand's private space. It holds your connected accounts, your posts, your team, and your billing. You can have more than one (e.g. one per brand) and switch between them with the menu at the top-left.
When you sign up you get one workspace, set up for Turkey by default (currency Turkish Lira, language Turkish, on a free trial). Change any of that in Workspace.
Channel
A channel is one connected social account — your one Instagram, your one X handle, your one Facebook page. Connecting is a one-time thing per account; after that Sosyabot can post there for you. See Connections.
Post
A post is one thing you publish. The neat part: a single post can go to several channels at once (see the picture above). A post can be just text, or include images or a video, and it has a status: draft (saved, not sent), scheduled (waiting for its time), published (done), or failed (something went wrong — you can retry).
Schedule
To schedule is to pick the future day and time a post goes out, so you don't have to be at your computer. Sosyabot can even suggest the best time based on when your audience is active. See Scheduling.
Campaign & Label
- A campaign groups related posts (a product launch, a weekly series) so you can manage and measure them together.
- A label is a small colored tag to organize and find posts.
AI credit
AI features (writing captions, making images or videos) run on credits — think of them as fuel. Bigger jobs (video) cost more than small ones (a caption). Your plan refills credits each billing cycle. See Credits.
Role
A role decides what a teammate can do: Owner (everything, incl. billing), Admin (settings + people), Editor (create & schedule), Viewer (look only). See Roles.
For developers
Internally a post carries post_by (0 = now, 1 = schedule+repeat, 2 = specific times, 3 = draft) and a time_posts[] array (one timestamp per channel, since channels may sit in different timezones). Recurring schedules use the iCalendar rrule standard. "Workspace" is the tenant boundary, enforced at the API layer. Roles map to owner / admin / editor / viewer.