# General SleekView is a powerful WordPress plugin that transforms how you interact with and manage your content in WordPress. Unlike traditional plugins that force you to adapt to their way of storing and managing content, SleekView works with your existing WordPress setup to provide flexible, customizable views of your data. ## Core Philosophy The fundamental principle behind SleekView is simple: your data should remain yours, while giving you complete freedom in how you visualize and interact with it. SleekView doesn't create new post types or modify your existing data structure - it simply provides new ways to work with your content. ## Key Features - **Custom Views**: Transform any post type into Kanban boards, data tables, or feedback lists - **Data Independence**: Works with existing post types without modifying your content structure - **Flexible Filtering**: Create precise views of your content using advanced filtering options - **Direct Interaction**: Edit and manage content directly within your custom views - **Frontend Integration**: Display your views on public pages using shortcodes ## Use Cases SleekView adapts to various workflows and content management needs. Common applications include: - Editorial calendars for content teams - Project management boards - Public roadmap displays - Feedback collection and organization - Support ticket management - Job application tracking - Document organization SleekView's flexibility means it can be adapted to virtually any content management scenario where you need a more structured or visual way to work with your WordPress content. --- # Activating SleekView can be activated on a site by navigating to the `SleekView` menu item in the WordPress admin dashboard. Alternatively, it is also possible to activate SleekView using PHP. This is done by adding the following code constant to your `functions.php` file: ```php const SLEEKVIEW_LICENSE = "YOUR LICENSE KEY"; ``` --- # Settings - License The License section is where you activate your plugin by entering your license key. A valid license ensures you receive automatic updates and have access to all premium features. ## Adding Your License Key 1. Enter your license key in the provided field 1. Click the "Set Key" button to validate and activate your license Once activated, your license key will be securely stored and automatically validate your installation for updates. ## License Status After entering your key, the system will automatically verify its validity. --- # Views - General These global settings apply to all views and can be found in the configuration sidebar on the right when editing a view. ## General Settings ### Name The display name for this view. This name appears in the tab navigation when multiple views are configured for the same post type. ### Post Type Select which WordPress post type this view will manage (e.g., Posts, Pages, or any custom post type). ### Disable view Toggle this option to temporarily disable the view from rendering in the admin. The view configuration is preserved, but it won't appear in the admin interface. ## Shortcode Each view has a unique shortcode that can be used to display the view on the frontend. This allows you to embed interactive views anywhere on your site: ```php [sleek-view-widget id="123"] ``` Copy this shortcode to embed the view anywhere on your site. The view will remain fully interactive on the frontend, allowing users to interact with content as configured in your view settings. ## Conditions See [Conditions](https://fabrikat.local/sleek/view/documentation/views/conditions) for detailed information on controlling view visibility based on user roles, environment, or other conditions. --- # Views - Data Filtering ## Data Filtering Located in the configuration sidebar on the right, the Data Filtering accordion contains powerful options for precisely controlling which content appears in your view. You can build complex queries using AND/OR conditions: ### Add multiple filter groups (connected with AND) - Within each group, add multiple conditions (connected with OR) - Filter by any post field, meta field, or taxonomy - Use various operators like equals, contains, greater than, etc. ### Examples - Show posts with status "published" AND category "news" - Show tasks with (priority "high" OR deadline "this week") AND assigned to "current user" The filtering system is dynamic - any changes you make are immediately reflected in the preview area, helping you fine-tune your view's content exactly how you want it. --- # Views - Conditions SleekView's powerful conditions system allows you to control when views, tabs, and individual switches should be active or visible. This is particularly useful when views are embedded on the frontend or when you need role-based access control. ## How Conditions Work Every view and most switches within view configurations support custom conditions. These conditions determine whether the feature should be active based on the current environment, user, or context. ### Setting Conditions When you see a "Set conditions" button next to a switch or in a view's settings, you can click it to open the conditions interface. This interface uses an AND/OR repeater system for building complex logic: - Multiple conditions within a group are connected with **AND** (all must be true) - Multiple groups are connected with **OR** (at least one group must be true) ## Available Parameters ### Environment #### Is Admin Determines whether the view is being displayed in the WordPress admin area or on the frontend. This is particularly useful for views that can be embedded via shortcode. - **is equal to true**: Show only in admin area - **is equal to false**: Show only on frontend (embedded views) ### User #### User Filter by specific user ID. Useful for creating personalized views for individual users. #### User Role Filter by WordPress user role (e.g., Administrator, Editor, Author). This allows you to show different features to different user groups. ## Examples ### Admin-Only Editing You might want to allow editing in the admin but disable it on the frontend: - **Parameter**: Is Admin - **Operator**: is equal to - **Value**: true This would make the "Show edit button" only appear when the view is displayed in the WordPress admin. ### Role-Based Features Show upvotes only to logged-in users with specific roles: - **Parameter**: User Role - **Operator**: is equal to - **Value**: subscriber ### Complex Conditions You can combine multiple conditions for more sophisticated logic. For example, to show a feature only to administrators in the admin area: **Group 1 (AND)** - **Parameter**: Is Admin - **Operator**: is equal to - **Value**: true **AND** - **Parameter**: User Role - **Operator**: is equal to - **Value**: administrator ## View-Level Conditions Every view has a Conditions section at the bottom of its configuration panel. These conditions control the entire view's visibility. If the conditions aren't met, the view tab won't appear at all. ## Switch-Level Conditions Individual switches within view configurations can also have conditions. For example: - **Show upvotes**: Set conditions to only show upvotes on the frontend - **Show edit button**: Set conditions to only show for administrators - **Show add button**: Set conditions to disable adding in embedded views - **Show comments**: Set conditions based on user roles ## Best Practices 1. **Frontend vs Admin**: Use "Is Admin" conditions to differentiate between admin and frontend behavior 2. **Progressive Enhancement**: Start with basic functionality for all users, then add conditions for advanced features 3. **Test Both Contexts**: When using "Is Admin" conditions, test both in the admin area and via shortcode embeds 4. **Role-Based Access**: Use User Role conditions to create different experiences for different user types Conditions provide incredible flexibility in how your views behave in different contexts, making SleekView adaptable to virtually any content management scenario. --- # Views - View Configuration Each view in SleekView can be fully customized through the configuration sidebar on the right. The available settings depend on the view type you've selected. ## Configuration Structure The configuration sidebar contains several sections: - **General**: Basic view settings like name and type - **Data**: Filtering options to control which content appears - **View-Specific Settings**: Additional tabs that vary based on the view type - **Conditions**: Control when the view should be visible - **Shortcode**: Code to embed the view on the frontend ## View Types SleekView offers three different view types, each optimized for specific content management scenarios: ### Table View A powerful spreadsheet-like interface with advanced sorting, filtering, and data export capabilities. Perfect for managing structured data and large datasets. [Learn more about Table View →](https://fabrikat.local/sleek/view/documentation/views/table) ### Kanban View A visual, card-based interface for managing workflow-oriented content. Cards can be dragged between columns and organized by any taxonomy. [Learn more about Kanban View →](https://fabrikat.local/sleek/view/documentation/views/kanban) ### Feedback View Designed for collecting and managing user feedback or feature requests with upvoting, categorization, and comment functionality. [Learn more about Feedback View →](https://fabrikat.local/sleek/view/documentation/views/feedback) ## Understanding Conditions Many settings within views support custom conditions that control when they should be active. This is particularly powerful when views are embedded on the frontend or when you need role-based access control. [Learn more about Conditions →](https://fabrikat.local/sleek/view/documentation/views/conditions) ## Multiple Views You can create unlimited views for each post type. For example, you might have: - A Table view for data analysis - A Kanban view for workflow management - A Feedback view for user submissions All for the same post type, each serving a different purpose. Users can switch between views using the tab navigation at the top of the screen. ## Default Tab By default, SleekView replaces the standard WordPress post table with your custom views. However, you can enable the "Default" tab in your view settings to provide access to the original WordPress table view alongside your custom views. --- # Views - Table The Table view provides a powerful, spreadsheet-like interface for managing your content. It offers advanced sorting, filtering, and data export capabilities along with inline editing support. All settings for the table view are configured through the sidebar on the right when editing a view. ## General Settings ### Name The display name for this view. This name appears in the tab navigation when multiple views are configured for the same post type. ### Type Select "Table" as the view type. This determines the available configuration options and how content is displayed. ### Disable view Toggle this option to temporarily disable the view from rendering in the admin. The view configuration is preserved, but it won't appear in the admin interface. ## Data Filter the data of the view before it is being rendered. See [Data Filtering](https://fabrikat.local/sleek/view/documentation/views/data-filtering) for detailed information on creating filters. ## Columns ### Show columns toggle Enable or disable the column visibility toggle in the table header. When enabled, users can show or hide columns directly from the table view. ### Custom Columns Add computed columns to your table view. Computed columns display dynamic content constructed using row values. - **Name**: The column header text - **Content Type**: Choose between Normal Text, Link, or Custom HTML - **Content**: Use tokens like `{row.post_title}` to access row data For example, to create a column showing "View: Your Post Title", you would use: `View: {row.post_title}` ### Hide columns Select which columns should be hidden from the table by default. Users can still toggle these columns on if the "Show columns toggle" option is enabled. ### Initially visible Define which columns are visible when the table first loads. Users can toggle these columns on and off if the "Show columns toggle" option is enabled. ### Enable sorting Enable or disable column sorting functionality. When enabled, users can click column headers to sort the table data. ## Filter ### Show filter Display the advanced filter interface in the table view. This allows users to create complex filters directly from the table. ### Show search Enable the search box for quick filtering across all visible columns. ### Show custom filters Display the custom filters dropdown. Custom filters are predefined filter sets that users can quickly apply from a dropdown menu. These filters are configured in the Filter section below. ## Pagination ### Show pagination Enable or disable pagination controls. When disabled, all results are displayed on a single page. ### Show page size Display the page size selector, allowing users to choose how many items appear per page (e.g., 10, 25, 50, 100). ## Sorting ### Column to sort by Select which column should be used for initial sorting when the table loads. ### Sort order Choose whether the initial sort should be ascending or descending. ## Export ### Allow data export Enable data export functionality. When enabled, users can export the current table view (with applied filters) to CSV or XLS format. Additionally, users can select individual rows in the table and export only the selected rows, making it easy to export specific subsets of data without needing to configure additional filters. ## Inline Editing ### Allow inline editing Enable inline editing of fields directly in the table. This feature supports standard WordPress fields, ACF (Advanced Custom Fields), and MetaBox fields. When enabled, users can click on cells to edit content without opening the full post editor. ## Conditions Control the visibility of the entire table view based on user roles, environment, or other conditions. See [Conditions](https://fabrikat.local/sleek/view/documentation/views/conditions) for detailed information. --- # Views - Kanban The Kanban view provides a visual, card-based interface for managing workflow-oriented content. Cards can be dragged between columns, edited directly, and organized by any taxonomy. All settings for the Kanban view are configured through the sidebar on the right when editing a view. ## General Settings ### Name The display name for this view. This name appears in the tab navigation when multiple views are configured for the same post type. ### Type Select "Kanban" as the view type. This determines the available configuration options and how content is displayed. ### Disable view Toggle this option to temporarily disable the view from rendering in the admin. The view configuration is preserved, but it won't appear in the admin interface. ## Data Filter the data of the view before it is being rendered. See [Data Filtering](https://fabrikat.local/sleek/view/documentation/views/data-filtering) for detailed information on creating filters. ## Columns ### Taxonomy Select which taxonomy should be used for the board categories (columns). The terms of this taxonomy will become the columns in your Kanban board. For example, if you select a "Project Status" taxonomy with terms like "To Do", "In Progress", and "Done", your Kanban board will have three columns representing these statuses. ### Allow sorting Enable drag-and-drop sorting within columns. When enabled, cards can be reordered within the same column by dragging. ### Show add button Display the "Add" button in each column. When enabled, users can create new posts directly from the Kanban view by clicking the add button in any column. ### Show Uncategorized column Display a column for items that haven't been assigned to any term in the selected taxonomy. This is useful for managing unorganized content. ### Column Configuration Each column can be individually configured with custom colors and visibility settings. Expand a column to access its settings: - **Custom Color**: Set a unique color for the column to visually distinguish different workflow stages - **Visibility**: Hide specific columns from the board view ## Cards ### Taxonomy Select which taxonomy should be used for card categories. The terms of this taxonomy will be displayed as category labels on each card. This is separate from the column taxonomy and provides additional organization within cards. ### Show view Button Display a "View" button on each card. When enabled, users can click to view the post in the frontend (if applicable). Note: The view button will not be shown when using a shortcode embed. ### Show edit Button Display an "Edit" button on each card. When enabled, users can click to open a modal and edit the card content directly from the Kanban view. Note: The edit button will not be shown when using a shortcode embed. ### Show upvotes Enable the upvote system on cards. When enabled, users can upvote cards, and the vote count will be displayed. This is particularly useful for feature requests or feedback boards. ## Filter ### Show search Enable the search box for quick filtering of cards across all columns. ### Show sort options Display sorting options for the cards. Users can sort cards by date, title, votes, or other criteria. ## Comments ### Show comments Display the comments section on cards. When enabled, users can view existing comments on each card. ### Allow comments Enable users to add new comments to cards. This creates threaded discussions directly on the Kanban board. Comments support nesting, allowing for conversational threads within each card. ## Conditions Control the visibility of the entire Kanban view based on user roles, environment, or other conditions. See [Conditions](https://fabrikat.local/sleek/view/documentation/views/conditions) for detailed information. --- # Views - Feedback The Feedback view is designed for collecting and managing user feedback, feature requests, or any content that benefits from community interaction. It provides upvoting, categorization, and comment functionality. All settings for the Feedback view are configured through the sidebar on the right when editing a view. ## General Settings ### Name The display name for this view. This name appears in the tab navigation when multiple views are configured for the same post type. ### Type Select "Feedback" as the view type. This determines the available configuration options and how content is displayed. ### Disable view Toggle this option to temporarily disable the view from rendering in the admin. The view configuration is preserved, but it won't appear in the admin interface. ## Data Filter the data of the view before it is being rendered. See [Data Filtering](https://fabrikat.local/sleek/view/documentation/views/data-filtering) for detailed information on creating filters. ## Cards ### Status Select which taxonomy should be used for the card status. The terms of this taxonomy will be displayed as status labels on each feedback item (e.g., "Planned", "In Progress", "Completed"). ### Category Select which taxonomy should be used for the card category. The terms of this taxonomy will be used for categorizing feedback items (e.g., "Feature Request", "Bug Report", "Improvement"). ### Show upvotes Enable the upvote system on feedback cards. When enabled, users can upvote items, and the vote count will be displayed and can be used for sorting. ### Show edit button Display an "Edit" button on each feedback card. When enabled, users can click to open a modal and edit the feedback item directly from the view. ## Filter ### Show search Enable the search box for quick filtering of feedback items by title or content. ### Show sort options Display sorting options for the feedback list. Users can sort items by votes (most popular first), date, or other criteria. ## Submission ### Show add Button Display an "Add" button that allows users to submit new feedback items directly from the view. This is particularly useful for public-facing feedback boards. ## Comments ### Show comments Display the comments section on feedback items. When enabled, users can view existing comments on each item. ### Allow comments Enable users to add new comments to feedback items. This creates threaded discussions directly on the feedback board. Comments support nesting, allowing for conversational threads within each feedback item. ## Conditions Control the visibility of the entire Feedback view based on user roles, environment, or other conditions. See [Conditions](https://fabrikat.local/sleek/view/documentation/views/conditions) for detailed information. --- # Admin Pages Custom admin pages allow you to compose multiple views together on a single admin screen. This is composition at its finest – combine different post types, mix multiple views, and create personalized dashboards that match your workflow perfectly. ![Custom admin pages screenshot](https://fabrikat.local/sleek/wp-content/themes/fabrikat/src/assets/sleek/images/view/home/admin-page.png) ## What Makes Admin Pages Special Unlike standard views which are attached to a specific post type, admin pages are standalone pages in the WordPress admin where you can combine any views you want. The key advantage is that **everything stays fully interactive** – you can still drag, drop, edit, and manage content directly, just as you would in the individual views. ## Creating an Admin Page To create a new admin page, navigate to the SleekView settings and create a new admin page. The configuration sidebar on the right contains all settings for the admin page: ### General Settings #### Name The internal name for the admin page. This is used for identification in the SleekView settings. #### Menu Title The title that appears in the WordPress admin menu sidebar. This is what users will see when navigating your admin area. #### Position The position of the admin page in the WordPress admin menu. Lower numbers appear higher in the menu. Common values: - **5**: Below Dashboard - **10**: Below Posts - **20**: Below Pages - **25**: Below Comments - **29**: Above custom post types (typical placement) #### Icon Choose an icon for the admin page menu item. SleekView uses Ionicons for consistent styling across the admin interface. #### Disable admin page Toggle this option to temporarily disable the admin page from appearing in the admin menu. The configuration is preserved but the page won't be accessible. ## Views Section This is where you compose your admin page by adding multiple views. Each view is displayed as a separate section on the admin page. ### Adding Views Click "Add View" to add a new view to the admin page. Each added view appears as a collapsible section in the Views accordion. To configure an individual view within the admin page, click the cog icon on that view's section. This opens the view-specific settings: #### Name An optional custom name to override the view's default name. This is useful when you want to display the same view multiple times with different filtering or when you want a more descriptive name in this context. #### View Select which view to display in this section. You can choose from any of your configured views, regardless of which post type they're attached to. ### View Organization Views are displayed on the admin page in the order they appear in the Views section. Use the navigation arrows to: - Reorder views (move up/down) - Delete views from the admin page ## Use Cases Custom admin pages excel in scenarios where you need to monitor or manage multiple types of content simultaneously: ### Project Management Dashboard Combine views for: - Tasks (Kanban view) - Client communications (Table view) - Project milestones (Feedback view) ### Content Operations Hub Combine views for: - Pending articles (Table view) - Editorial calendar (Kanban view) - Reader feedback (Feedback view) ### Support Center Combine views for: - Active tickets (Table view) - Ticket workflow (Kanban view) - Feature requests (Feedback view) ### Multi-Product Roadmap Combine views for different products: - Product A features (Kanban view) - Product B features (Kanban view) - Product C features (Kanban view) ## Conditions Like individual views, admin pages support conditions to control visibility. Use conditions to: - Restrict admin pages to specific user roles - Show different pages to different user groups - Create role-specific dashboards See [Conditions](https://fabrikat.local/sleek/view/documentation/views/conditions) for detailed information on setting up conditions. ## Best Practices 1. **Logical Grouping**: Group related views together on the same admin page 2. **Descriptive Names**: Use clear menu titles that indicate the page's purpose 3. **Strategic Positioning**: Place frequently used admin pages higher in the menu 4. **Appropriate Icons**: Choose icons that visually represent the page's content 5. **Role-Based Pages**: Create different admin pages for different user roles using conditions 6. **Start Simple**: Begin with 2-3 views and expand as needed ## Limitations While admin pages are incredibly powerful, keep in mind: - Admin pages only work in the WordPress admin area (they cannot be embedded via shortcode) - Each view on an admin page uses its own configuration and filters - Performance may be impacted when displaying many large views on a single page Custom admin pages transform how you work with WordPress content, bringing everything you need into a single, focused workspace. --- # AI - API Keys To unlock SleekView's AI capabilities, you'll need to provide your own API keys from one or more AI providers. This approach gives you complete control over your AI usage while ensuring your data remains private. Rather than routing through SleekView's servers, your WordPress site communicates directly with the AI providers, keeping your code and conversations secure. The setup process involves obtaining API keys from your chosen providers and configuring them within SleekView. Each provider offers different models with unique strengths, so you might choose to set up multiple providers to access the best model for each type of task. ## Understanding API key requirements API keys are essentially passwords that allow SleekView to authenticate with AI providers on your behalf. When you make a request through SleekView, it uses your API key to access the AI models directly. This means you're billed directly by the provider based on your actual usage, giving you transparent cost control. The benefits of this approach include: - **Complete data ownership** - Your conversations never pass through third-party servers - **Transparent billing** - You see exactly what you're paying for with each provider - **Model flexibility** - Access to different models optimized for various tasks - **Privacy control** - Your code and conversations remain between you and the AI provider ## OpenAI OpenAI provides some of the most popular models for code generation, including GPT-4 and its variants. These models excel at understanding context and generating high-quality WordPress code. 1. **Create or access your account** - Visit the [OpenAI Platform](https://platform.openai.com/) - Sign up for a new account or log into your existing one 2. **Generate your API key** - Navigate to [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys) - Click "Create new secret key" - **Copy the key immediately** - it won't be shown again - Store it securely for SleekView configuration 3. **Add account funding** - Visit the [Billing Overview](https://platform.openai.com/account/billing/overview) - Add credit to your account using "Add to credit balance" - OpenAI operates on pay-per-use, so you only pay for what you use ## Anthropic Anthropic's Claude models are particularly strong at understanding complex codebases and providing detailed explanations. These models often excel at debugging and code review tasks, making them valuable for maintaining and improving existing code. 1. **Set up your Anthropic account** - Go to the [Anthropic Console](https://console.anthropic.com/) - Create an account or log into your existing one 2. **Create your API key** - Navigate to [https://console.anthropic.com/settings/keys](https://console.anthropic.com/settings/keys) - Click "Create Key" to generate a new API key - Copy and store the key securely 3. **Fund your account** - Visit [Billing Settings](https://console.anthropic.com/settings/billing) - Add funds to enable API usage - Review their pricing structure for cost planning ## Google Google's Gemini models offer competitive performance and often have different pricing structures that might be more cost-effective for certain types of usage. They're particularly strong at understanding and generating code with large context windows. 1. **Access Google AI Studio** - Visit [Google AI Studio](https://aistudio.google.com/apikey) - Sign in with your Google account 2. **Generate your API key** - Click "Create API key" to generate a new key - Copy the key and keep it private and secure 3. **Configure in SleekView** - The setup process is streamlined with Google's integrated approach - You can quickly get your API key working with SleekView's latest Gemini model support ## OpenRouter OpenRouter is unique because it provides access to dozens of different AI models through a single API. This gives you access to specialized coding models, the latest releases from various providers, and often more competitive pricing. 1. **Create your OpenRouter account** - Sign up at [OpenRouter](https://openrouter.ai/) using your preferred method - Choose from various authentication options 2. **Generate your API key** - Visit [OpenRouter Settings](https://openrouter.ai/settings/keys) - Click "Create Key" to generate your API key - Store the key securely 3. **Add credits to your account** - Use OpenRouter's billing system to add credits - These credits work across all supported models - Take advantage of competitive pricing across multiple providers The advantage of OpenRouter is flexibility—you can experiment with different models for different tasks without managing multiple separate accounts and billing relationships. ## Configuring SleekView Once you have your API keys, setting them up in SleekView is straightforward and secure. 1. **Access SleekView settings** - In your WordPress admin, navigate to the SleekView section - Look for "Settings" or "AI Configuration" 2. **Enter your API keys** - Find the API Keys section with input fields for each provider: - **OpenAI API Key** - **Anthropic API Key** - **Google API Key** - **OpenRouter API Key** - Paste your keys into the appropriate fields 3. **Save your configuration** - Click the "Save" button next to each field after entering the key - SleekView automatically validates each key - Verify that all keys are working correctly Your API keys are stored encrypted in your WordPress database, providing security while keeping them readily available for AI requests. ## Security and privacy considerations The security model of SleekView's AI integration is designed around privacy and control. Understanding how your data flows helps you make informed decisions about using AI assistance. ### Data flow and privacy **Direct Communication Model** - Requests go directly from your WordPress server to the AI provider - SleekView never sees your conversations, code, or API keys - You maintain complete control over your data and usage patterns **Local Storage Security** - API keys are encrypted when stored in your WordPress database - SleekView follows WordPress security best practices - Keys are only accessible to your WordPress installation **Cost and Usage Control** - You can review usage patterns directly with each provider - Monitor costs in real-time through provider dashboards - No markup or hidden fees from SleekView ## Getting started with AI assistance With your API keys configured, SleekView's AI features become available throughout the interface. The AI understands WordPress best practices and can provide intelligent assistance tailored to your specific needs. ### Initial steps 1. **Start with simple requests** to get familiar with how the AI responds 2. **Experiment with different providers** to understand their strengths 3. **Gradually work up to more complex tasks** as you become comfortable 4. **Monitor your usage** through each provider's dashboard The AI is designed to be a collaborative partner in your WordPress workflow, helping you achieve your goals more efficiently while following best practices. --- # AI - Chat SleekView's AI chat is a fully agentic assistant that understands your project structure and can perform complex operations automatically. Unlike simple chatbots that just answer questions, this AI can analyze your work, create complete solutions, and call tools to help you achieve your goals efficiently. ## Understanding the agentic approach The term "agentic" means the AI can take autonomous actions on your behalf. When you ask for something, it doesn't just provide advice—it actually performs the work. This intelligent system can analyze your existing work, understand your project structure, and make informed decisions about how to implement your requests. ### Understanding your views and admin pages SleekView includes two specialized AI agents that understand your content structure and can configure views on your behalf. The View Agent works with individual views (Table, Kanban, Feedback), while the Admin Page Agent helps compose multiple views into custom admin pages. Both agents can read your existing configurations, understand your post types, taxonomies, and fields, and make precise adjustments to match your workflow needs. ### What the AI can do The agents can create new views from scratch, configure existing views with specific filtering and display options, set up conditions for role-based access control, organize columns and cards with custom taxonomies, and compose admin pages that combine multiple views. Ask for complete setups like "create a Kanban board for my projects post type using the status taxonomy for columns" or make targeted adjustments like "add data filtering to show only published posts from the last 30 days." ## Tips for better results Be specific about what you want to accomplish and which view or admin page you're working with. For example: "add a condition to show the edit button only to administrators," or "create a Table view for posts with columns for title, author, and publish date." Share relevant details about your content structure— post types, taxonomies, custom fields—so the agent can configure views accurately. The agents understand WordPress conventions and will ask clarifying questions when needed. ## When something needs adjustment If a view isn't showing the right content, describe what should appear and the agent will adjust the data filtering or conditions. When layout or organization feels off, ask for specific changes to column visibility, sorting, or card configurations. If role-based access isn't working as expected, describe who should see what and the agent will update the conditions. The agents can also help troubleshoot shortcode embeds and explain why certain configurations behave differently in admin versus frontend contexts. ## How configurations are applied The agents explain what they're configuring before making changes. You'll see which settings are being adjusted, why those changes support your goal, and any relevant notes about how the configuration will behave in different contexts (admin versus frontend). This transparency helps you understand your views and makes it easy to refine configurations over time. ## Common configuration tasks SleekView's AI agents excel at typical view management scenarios. Create Kanban boards for project tracking, set up data tables with custom filtering for content management, configure feedback views for public roadmaps, compose admin pages that combine multiple views into dashboards, add role-based conditions for different user experiences, and set up frontend embeds with appropriate visibility controls. Describe your use case and the agents will recommend the right view type and configuration approach. ## Best practices Start by describing your content structure and what you want to accomplish. Mention post types, taxonomies, and any custom fields relevant to the view. Work incrementally—set up basic view configuration first, then add filtering, conditions, and advanced features. Test views in both admin and frontend contexts if you plan to use shortcodes. When working with admin pages, consider which views logically belong together on the same dashboard. The agents can help with all of this, so don't hesitate to ask questions about the best approach for your specific scenario. ---