# Building blocks

- [Inputs](/building-blocks/inputs.md): Learn the basic components you can use in your workflow
- [Manual / Form](/building-blocks/inputs/manual-form.md): Collects data from end users to process with AI workflow.
- [Actions](/building-blocks/actions.md)
- [Text Generation (GPT)](/building-blocks/actions/text-generation-gpt.md): Generates texts by using input, instructions and examples.
- [Web Data Extraction](/building-blocks/actions/web-data-extraction.md): Extracts metadata and full page content of the web page.
- [Sentiment Recognition](/building-blocks/actions/sentiment-recognition.md): Recognizes sentiment of the text.
- [Key Phrases Extraction](/building-blocks/actions/key-phrases-extraction.md): Extracts key phrases from the text.
- [Classification](/building-blocks/actions/classification.md): Defines class or category of the text from the defined list.
- [Entity Extraction](/building-blocks/actions/entity-extraction.md): Extracts entities like names, locations or numbers from any texts.
- [Public Search](/building-blocks/actions/public-search.md): Performs searches on the public websites using search query templates with Google or Bing.
- [Internal Search](/building-blocks/actions/internal-search.md): Searches internal content and knowledge bases for information.
- [Translation](/building-blocks/actions/translation.md)
- [PDF Recognition](/building-blocks/actions/pdf-recognition.md)
- [Regular Expression](/building-blocks/actions/regular-expression.md)
- [Template](/building-blocks/actions/template.md)
- [Twitter Search Data](/building-blocks/actions/twitter-search-data.md)
- [Twitter Profile Data](/building-blocks/actions/twitter-profile-data.md)
- [Youtube Captions Extraction (soon)](/building-blocks/actions/youtube-captions-extraction-soon.md)
- [Speech Recognition (Soon)](/building-blocks/actions/speech-recognition-soon.md)
- [Speech Generation (Soon)](/building-blocks/actions/speech-generation-soon.md)
- [Image Generation (Soon)](/building-blocks/actions/image-generation-soon.md)
- [Video Generation (Soon)](/building-blocks/actions/video-generation-soon.md)
- [Flow Controls](/building-blocks/flow-controls.md)
- [Filter](/building-blocks/flow-controls/filter.md)
- [Aggregate](/building-blocks/flow-controls/aggregate.md)
- [Split](/building-blocks/flow-controls/split.md)
