--- title: "Bulk assigning tags to existing questions" url: "https://demo.myforumcat.com/q/54/bulk-assigning-tags-to-existing-questions" forum: "Demo" question_number: 54 category: "General" tags: ["Audit Logs"] status: "solved" solved: true votes: 10 replies: 5 views: 1052 asked_at: "2026-07-04T16:44:50.301Z" updated_at: "2026-09-18T23:18:10.191Z" --- # Bulk assigning tags to existing questions Asked by Hannah Wright on 2026-07-04 · 10 votes We have hundreds of untagged legacy questions. Is there a bulk tagging tool, or do we need to script it against the API? ## 5 replies ### Reply 1 (marked as the solution) meow (Owner) · 2026-07-04 · 5 votes No bulk UI yet, but the API supports looping over questions and calling the tag endpoint for each one, that is the fastest path today for a few hundred questions. ### Reply 2 Jane Cooper · 2026-07-06 · 2 votes · In reply to Reply 1 Wrote a quick script against exactly that, happy to share it if useful. ### Reply 3 Chloe Bennett · 2026-07-07 · 1 vote Looping through the API worked fine for our few hundred too, took about ten minutes to write. ### Reply 4 Sam Rivera (Agent) · 2026-07-08 · 2 votes If anyone needs it we also have an internal script we can share as a starting point, just ask support. ### Reply 5 Peter Novak · 2026-07-09 · 1 vote The API loop worked fine for our couple hundred as well, just make sure to add a small delay between calls to stay under the rate limit.