Thinkeo Documentation
HomeWebsiteAPI DocumentationThinkeo Platform
HomeWebsiteAPI DocumentationThinkeo Platform
  1. Attributes
  • šŸš€ Discovering the Thinkeo Platform
  • Get started
    • šŸš€ The Basics: Introduction
    • 🧩 The Basics: Blocks
    • šŸ§™ā€ā™‚ļø The Basics: The Wizard
    • šŸ·ļø The Basics: Attributes
    • 1ļøāƒ£ Hands-on Practice - App and Attributes
    • 2ļøāƒ£ Hands-on Practice - Blocks
    • 3ļøāƒ£ Hands-on Practice - The AI Block
    • 4ļøāƒ£ Hands-on Practice - The Wizard
    • 5ļøāƒ£ Hands-on Practice - Block Execution
    • 6ļøāƒ£ Hands-on Practice - Testing Your App
  • Apps
    • šŸ“± Publication Interface
    • šŸ—ļø Studio
  • Blocks
    • šŸ“ File Block
    • ⚔ Block Execution
    • šŸ¤– AI Block
    • 🧩 Group Block
    • šŸ“ Paragraph Block
    • šŸ” Condition Block
    • šŸŽ² Choice Block
    • šŸ” Search Block
    • šŸ”— API Call Block
    • šŸ“„ Word Export Block
    • šŸ“Š PPT Block
    • šŸ‘ļø Filtered Views
  • Attributes
    • šŸ·ļø Attributes
    • āš™ļø Attribute Editor
  • Best practices
    • šŸ“ Writing Effective Prompts
  • Admin
    • šŸ’³ Thinkeo Credits
    • šŸ‘„ Team Management
    • āš™ļø Settings
  • Release notes
    • šŸš€ Thinkeo v1.2 Release Notes
    • šŸš€ Thinkeo v1.0 Release Notes
    • šŸš€ Thinkeo v0.10 Release Notes
    • šŸš€ Thinkeo v0.8 Release Notes
    • šŸš€ Thinkeo v0.7 Release Notes
    • šŸš€ Thinkeo v0.6 Release Notes
  1. Attributes

šŸ·ļø Attributes

šŸŽÆ 1. Overview#


Attributes are Metadata used by Thinkeo to define content and feed it into the system.
Attributes can be assigned to Blocks, integrated as Variables within Blocks to transfer content through them, and they are used in Steps and Options within the Wizard to trigger the associated Blocks or Variables during Publication generation.
image.png
āœ… You can create and modify them from the Attribute Editor.

🧩 2. Attribute Types#


The different types of attributes available are:
šŸ“ Text
Most commonly used attribute type to which you will generally associate multiple values or which you will use as a Variable to allow the App User to provide information in a text field.
šŸ“ File
File attribute used to feed File blocks and Search blocks. This is the most used attribute type along with Text type.
šŸ”¢ Number
Numerical attribute for mathematical operations and calculations.
šŸ“… Date
Date attribute to be entered in ISO 8601 format for now.
šŸ“ Flag
This type of attribute cannot have a value - it is intended for boolean logic and/or categorization/filtering purposes. This attribute type cannot be used as a Variable.
image.png

3. šŸ”„ Variables#


An attribute can be used in a Block as a Variable. During Block Execution, this Variable will be replaced by the attribute value entered by the User on the publications interface.
image.png
šŸ’” Variable Syntax: The syntax to add an attribute is @@. This will open a window to search and select the desired attribute.
image.png

šŸŽÆ Variable Benefits#

šŸ”„ Dynamic Content
Transform static text into personalized content based on user inputs
ā™»ļø Content Reusability
Use the same block template with different attribute values across multiple contexts
šŸŽØ Personalization
Create tailored experiences for each user interaction
⚔ Efficiency
Reduce duplication by using variables instead of creating multiple similar blocks

šŸ“š Key Concepts Summary#

āœ… Attributes serve as the foundation for dynamic content in your Thinkeo applications, enabling flexible and reusable content structures.
Essential Points to Remember:
šŸ“ Text and File attributes are the most commonly used types
šŸ”„ Variables allow dynamic content replacement during execution
šŸ“ Flag attributes are for logic operations only (no values)
šŸŽÆ Wizard integration enables conditional content triggering
@@ syntax provides quick attribute access in blocks
Modified atĀ 2025-09-04 13:51:18
Previous
šŸ‘ļø Filtered Views
Next
āš™ļø Attribute Editor
Built with